File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
` co-log-core ` uses [ PVP Versioning] [ 1 ] .
4
4
The change log is available [ on GitHub] [ 2 ] .
5
5
6
- ## 0.3.0.0 — Oct 8 , 2021
6
+ ## 🎃 0.3.0.0 — Oct 29 , 2021
7
7
8
8
* [ #223 ] ( https://github.com/co-log/co-log/pull/223 ) :
9
9
Support GHC-9.0.1.
10
10
* [ #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 ` .
12
12
13
13
__ Breaking change:__ All ` withLog*File ` functions how flush handle
14
14
after logging each message. Now you'll see logs in the file
@@ -17,7 +17,8 @@ The change log is available [on GitHub][2].
17
17
__ Migration guide:__ If you rely on the previous behaviour, then
18
18
copy-paste corresponding functions and remove flushing.
19
19
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.
21
22
22
23
## 0.2.1.1 — Apr 18, 2020
23
24
You can’t perform that action at this time.
0 commit comments