Skip to content

Commit 5097a2f

Browse files
authored
Update CHANGELOG.md
1 parent 144f99f commit 5097a2f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

CHANGELOG.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,20 @@ Notable changes to this project are documented in this file. The format is based
66

77
Breaking changes:
88

9-
- `clipboard` now returns `Effect (Maybe Clipboard)` instead of `Effect Clipboard`.
10-
This is because insecure contexts don't have the clipboard available, see
11-
[MDN](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/clipboard).
12-
139
New features:
1410

1511
Bugfixes:
1612

1713
Other improvements:
1814

15+
16+
## [v6.0.0](https://github.com/purescript-web/purescript-web-clipboard/releases/tag/v6.0.0) - 2024-09-12
17+
18+
Breaking changes:
19+
- `clipboard` now returns `Effect (Maybe Clipboard)` instead of `Effect Clipboard`.
20+
This is because insecure contexts don't have the clipboard available, see
21+
[MDN](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/clipboard). (#15 by @ysangkok)
22+
1923
## [v5.0.0](https://github.com/purescript-web/purescript-web-clipboard/releases/tag/v5.0.0) - 2022-11-26
2024

2125
Breaking changes:

0 commit comments

Comments
 (0)