We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f305fe commit 2fed970Copy full SHA for 2fed970
CHANGELOG.md
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [1.1.1] - 2021-07-27
10
+### Added
11
+* even more documentation
12
+
13
+### Fixed
14
+* WriterHandler now applies in general to every Writer, fixing the previous too restrictive typeparameter matching.
15
16
## [1.1.0] - 2021-07-23
17
### Added
18
* Extensive Documentation
Project.toml
@@ -1,7 +1,7 @@
1
name = "ExtensibleEffects"
2
uuid = "67377c25-f533-4d0b-9328-1721380cc1f1"
3
authors = ["Stephan Sahm <stephan.sahm@gmx.de> and contributors"]
4
-version = "1.1.0"
+version = "1.1.1"
5
[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
0 commit comments