Skip to content

Commit 15e41c9

Browse files
committed
Changelog for #111 and #114
1 parent c2ac274 commit 15e41c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,14 @@
4040
* `InputEvent` bindings for `inputType`, `dataTransfer` and `getTargetRanges` (#90)
4141
* `Node.insertAtEnd` binding (which does `parent.insertBefore(child, null)`) (#89)
4242
* CustomEvent Functor to make custom events with strongly typed `detail` fields (#93)
43-
* `Webapi.Url.createObjectURLFromBlob` binding that takes a `Webapi.Blob.t` (#106)
43+
* `Url.createObjectURLFromBlob` binding that takes a `Blob.t` (#106)
4444
* `returnValue` setter for `BeforeUnloadEvent` (#110)
4545
* `Webapi.FormData.makeWithHtmlForm` binding that takes a `Webapi.Dom.HtmlFormElement.t` (#108)
46-
46+
* `Canvas.toBlob` & `Canvas.toDataUrl` methods, with multiple argument variants (#111)
4747

4848
### Fixed
4949
* `ofElement` was incorrectly returning `Dom.htmlElement` type instead of the enclosing element type (#60)
50+
* `Dom.CssStyleDeclaration.setPropertyValue` was emitting the wrong function name (#114)
5051

5152
### Miscellaneous
5253
* Converted project to rescript syntax (#18)

0 commit comments

Comments
 (0)