Skip to content

Commit 0b49442

Browse files
committedApr 20, 2021
Update changelog to reflect previous commit
1 parent c166443 commit 0b49442

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ project adheres to [Semantic Versioning](http://semver.org/).
1616
* The C++ class method `nBytes()` now returns a size_t. (Because this is a C++
1717
method only, this is not considered a breaking change.)
1818
### Added
19-
* Added support for `inverse()` and `invertSelf()` to `DOMMatrix` (#1648)
19+
* Add support for `inverse()` and `invertSelf()` to `DOMMatrix` (#1648)
20+
* Add support for `context.getTransform()` ([#1769](https://github.com/Automattic/node-canvas/pull/1769))
21+
* Add support for `context.setTransform(dommatrix)` ([#1769](https://github.com/Automattic/node-canvas/pull/1769))
2022
### Fixed
2123
* 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)).
2224
* Fix Pango logging "expect ugly output" on Windows (#1643)

0 commit comments

Comments
 (0)
Please sign in to comment.