Skip to content

Commit 672104c

Browse files
committed
v2.10.2
1 parent cc32159 commit 672104c

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,18 @@ project adheres to [Semantic Versioning](http://semver.org/).
88
(Unreleased)
99
==================
1010
### Changed
11-
* Improve performance and memory usage of `save()`/`restore()`.
12-
* `save()`/`restore()` no longer have a maximum depth (previously 64 states).
1311
### Added
1412
### Fixed
15-
* `textBaseline` and `textAlign` were not saved/restored by `save()`/`restore()`. ([#1936](https://github.com/Automattic/node-canvas/issues/2029))
1613

1714
2.10.2
1815
==================
1916
### Fixed
2017
* Fix `Assertion failed: (object->InternalFieldCount() > 0), function Unwrap, file nan_object_wrap.h, line 32.` ([#2025](https://github.com/Automattic/node-canvas/issues/2025))
21-
### Changed
18+
* `textBaseline` and `textAlign` were not saved/restored by `save()`/`restore()`. ([#1936](https://github.com/Automattic/node-canvas/issues/2029))
2219
* Update nan to v2.17.0 to ensure Node.js v18+ support.
23-
* Implement valid `this` checks in all `SetAccessor` methods.
20+
### Changed
21+
* Improve performance and memory usage of `save()`/`restore()`.
22+
* `save()`/`restore()` no longer have a maximum depth (previously 64 states).
2423

2524
2.10.1
2625
==================

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "canvas",
33
"description": "Canvas graphics API backed by Cairo",
4-
"version": "2.10.1",
4+
"version": "2.10.2",
55
"author": "TJ Holowaychuk <[email protected]>",
66
"main": "index.js",
77
"browser": "browser.js",

0 commit comments

Comments
 (0)