Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
garyb authored Sep 19, 2022
1 parent c7c2169 commit 40e9a0c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@ Notable changes to this project are documented in this file. The format is based
Breaking changes:

New features:
- Added `close` function for `Window` (#78 by @jmp-0x7C0)
- Added `visibilityState` for `HTMLDocument` (#79 by @garyb)

Bugfixes:

Other improvements:

## [v4.1.0](https://github.com/purescript-web/purescript-web-html/releases/tag/v4.1.0) - 2022-09-19

New features:
- Added `close` function for `Window` (#78 by @jmp-0x7C0)
- Added `visibilityState` for `HTMLDocument` (#79 by @garyb)

Other improvements:
- Added `purs-tidy` config and format checking (#79 by @garyb)
- `HTMLDocument`'s FFI is now implemented in terms of `EffectFn` (#79 by @garyb)
Expand Down

0 comments on commit 40e9a0c

Please sign in to comment.