Skip to content

Commit

Permalink
Update changelog to reflect previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
zbjornson committed Apr 20, 2021
1 parent c166443 commit 0b49442
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -16,7 +16,9 @@ project adheres to [Semantic Versioning](http://semver.org/).
* The C++ class method `nBytes()` now returns a size_t. (Because this is a C++
method only, this is not considered a breaking change.)
### Added
* Added support for `inverse()` and `invertSelf()` to `DOMMatrix` (#1648)
* Add support for `inverse()` and `invertSelf()` to `DOMMatrix` (#1648)
* Add support for `context.getTransform()` ([#1769](https://github.com/Automattic/node-canvas/pull/1769))
* Add support for `context.setTransform(dommatrix)` ([#1769](https://github.com/Automattic/node-canvas/pull/1769))
### Fixed
* Fix `actualBoundingBoxLeft` and `actualBoundingBoxRight` returned by `measureText` to be the ink rect ([#1776](https://github.com/Automattic/node-canvas/pull/1776), fixes [#1703](https://github.com/Automattic/node-canvas/issues/1703)).
* Fix Pango logging "expect ugly output" on Windows (#1643)
Expand Down

0 comments on commit 0b49442

Please sign in to comment.