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
4
4
5
5
## [ Unreleased]
6
6
7
+ Breaking changes:
8
+
9
+ New features:
10
+
11
+ Bugfixes:
12
+
13
+ Other improvements:
14
+
15
+ ## [ 4.0.0] - 2023-02-13
16
+
7
17
Breaking changes:
8
18
- ` loadFile ` and ` loadContents ` now return ` Aff Unit ` . (#40 by @nsaunders )
9
19
@@ -13,8 +23,6 @@ Breaking changes:
13
23
> _ <- loadFile -- Still works, although there is no need to explicitly discard `Unit`.
14
24
> ```
15
25
16
- New features:
17
-
18
26
Bugfixes:
19
27
- Handling of escaped quotes (#39 by @nsaunders)
20
28
- Circular references are now short-circuited. (#41 by @nsaunders)
@@ -107,4 +115,4 @@ New features:
107
115
108
116
## [0.1.0] - 2019-04-09
109
117
110
- - Initial release
118
+ - Initial release
You can’t perform that action at this time.
0 commit comments