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 4a1d1ba commit 4b5efedCopy full SHA for 4b5efed
changelog.md
@@ -1,5 +1,9 @@
1
# Changelog for [`os-string` package](http://hackage.haskell.org/package/os-string)
2
3
+## 2.0.7 *Nov 2024*
4
+
5
+* don't catch asynchronous exceptions during encoding/decoding wrt [#22](https://github.com/haskell/os-string/issues/22)
6
7
## 2.0.6 *Jun 2024*
8
9
* add `fromString` on windows
os-string.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: os-string
-version: 2.0.6
+version: 2.0.7
-- NOTE: Don't forget to update ./changelog.md
license: BSD-3-Clause
0 commit comments