Skip to content

Commit 982da83

Browse files
committed
Update CHANGELOG for 0.3.0.0
1 parent 10ad631 commit 982da83

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
`co-log-core` uses [PVP Versioning][1].
44
The change log is available [on GitHub][2].
55

6-
## 0.3.0.0 — Oct 8, 2021
6+
## 🎃 0.3.0.0 — Oct 29, 2021
77

88
* [#223](https://github.com/co-log/co-log/pull/223):
99
Support GHC-9.0.1.
1010
* [#176](https://github.com/co-log/co-log/issues/176):
11-
Add `logFlush` handle to flush the given
11+
Add `logFlush` action to flush the given `Handle`.
1212

1313
__Breaking change:__ All `withLog*File` functions how flush handle
1414
after logging each message. Now you'll see logs in the file
@@ -17,7 +17,8 @@ The change log is available [on GitHub][2].
1717
__Migration guide:__ If you rely on the previous behaviour, then
1818
copy-paste corresponding functions and remove flushing.
1919

20-
* Update maintainers information to the new Co-Log organization.
20+
* Update maintainers information to the new
21+
[Co-Log](https://github.com/co-log) organization.
2122

2223
## 0.2.1.1 — Apr 18, 2020
2324

0 commit comments

Comments
 (0)