Skip to content

Commit 5bd48c1

Browse files
committed
Bump version and update changelog
1 parent dc81138 commit 5bd48c1

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
Changes from 0.9 to 0.10
2+
---------------------------
3+
14
* Provide the getSystemEncoding function always, improving portability (#26).
2-
- The getSystemEncoding function is now present on all platforms.
3-
- It now returns Nothing if there is an error, or if running on Windows.
4-
- The systemEncoding flag has been dropped.
5+
- The `getSystemEncoding` function is now present on all platforms.
6+
- *Breaking change*: It now returns `Nothing` if there is an error, or if running on Windows. The result type, therefore, is `Maybe DynEncoding`.
7+
- The `systemEncoding` flag has been dropped.
58

69
Changes from 0.8.10 to 0.9
710
---------------------------

encoding.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: encoding
2-
Version: 0.9
2+
Version: 0.10
33
Author: Henning Günther
44
Maintainer: [email protected], Andrey Prokopenko
55
License: BSD3

0 commit comments

Comments
 (0)