Skip to content

Commit a305332

Browse files
committed
Bump the version to 0.8.1.0 and add a Changelog.
1 parent c15e834 commit a305332

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Changed in version 0.8.1.0:
2+
* Use grapheme's width to align a list of completions (#143)
3+
* Add withRunInBase to help decompose InputT (#131)
4+
* Add support for WINIO to haskeline. (#140)
5+
* Allow base-4.15
6+
* Eta expand as required by simplified subsumption rules in newer GHC
7+
* Remove unused iconv cbits (#135)
8+
* Support non-BMP characters (or, surrogate pairs) on Windows (#125)
9+
110
Changed in version 0.8.0.1:
211
* Add a Cabal flag to disable the example executable as well as
312
the test that uses it.

haskeline.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: haskeline
22
Cabal-Version: >=1.10
3-
Version: 0.8.0.1
3+
Version: 0.8.1.0
44
Category: User Interfaces
55
License: BSD3
66
License-File: LICENSE

0 commit comments

Comments
 (0)