File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff 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+
717Breaking 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-
1826Bugfixes:
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
You can’t perform that action at this time.
0 commit comments