Skip to content

Commit 1b1ddea

Browse files
authored
Changelog entry for v4.0.0
1 parent 34bbcc8 commit 1b1ddea

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Notable changes are documented in this file. The format is based on [Keep a Chan
44

55
## [Unreleased]
66

7+
Breaking changes:
8+
9+
New features:
10+
11+
Bugfixes:
12+
13+
Other improvements:
14+
15+
## [4.0.0] - 2023-02-13
16+
717
Breaking changes:
818
- `loadFile` and `loadContents` now return `Aff Unit`. (#40 by @nsaunders)
919

@@ -13,8 +23,6 @@ Breaking changes:
1323
> _ <- loadFile -- Still works, although there is no need to explicitly discard `Unit`.
1424
> ```
1525
16-
New features:
17-
1826
Bugfixes:
1927
- Handling of escaped quotes (#39 by @nsaunders)
2028
- Circular references are now short-circuited. (#41 by @nsaunders)
@@ -107,4 +115,4 @@ New features:
107115
108116
## [0.1.0] - 2019-04-09
109117
110-
- Initial release
118+
- Initial release

0 commit comments

Comments
 (0)