From 40e9a0c5c927e4d9f7ba7c1204e4792f4d24cc27 Mon Sep 17 00:00:00 2001 From: Gary Burgess Date: Mon, 19 Sep 2022 23:37:49 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86c587e..20f26bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)