You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,17 @@ project adheres to [Semantic Versioning](http://semver.org/).
9
9
==================
10
10
### Changed
11
11
* Defer the initialization of the `op` variable to the `default` switch case to avoid a compiler warning. (#2229)
12
-
* Use a `default` switch case with a null statement if some enum values aren't suppsed to be handled, this avoids a compiler warning. (#2229)
12
+
* Use a `default` switch case with a null statement if some enum values aren't supposed to be handled, this avoids a compiler warning. (#2229)
13
13
* Migrate from librsvg's deprecated `rsvg_handle_get_dimensions()` and `rsvg_handle_render_cairo()` functions to the new `rsvg_handle_get_intrinsic_size_in_pixels()` and `rsvg_handle_render_document()` respectively. (#2229)
14
14
* Avoid calling virtual methods in constructors/destructors to avoid bypassing virtual dispatch. (#2229)
15
15
* Remove unused private field `backend` in the `Backend` class. (#2229)
16
16
* Add Node.js v20 to CI. (#2237)
17
+
* Update actions in the GitHub Actions workflows to their latest versions. (#2231)
18
+
* Pin the platform versions in the GitHub Actions workflows. (#2231)
19
+
* Use the latest Windows runner image in the GitHub Actions workflows. (#2231)
20
+
* Remove action to setup MSYS2 on Windows as it's done by default now. (#2231)
21
+
* Set the `check-latest` field of the `actions/setup-node` action to use the latest specified Node.js version instead of the cached ones. (#2231)
22
+
* Update the libjpeg-turbo version in the Windows GitHub Actions CI test. (#2231)
0 commit comments