Skip to content

Commit ff19768

Browse files
committed
Update the changelog for haskeline-0.8.0.0.
1 parent 7079648 commit ff19768

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

Changelog

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
1-
Next
2-
* Added a `MonadFail` instance for `InputT`.
1+
Changed in version 0.8.0.0:
2+
* Breaking changes:
3+
* Add a `MonadFail` instance for `InputT`.
4+
* Switch the LICENSE file from BSD2 to BSD3, to be consistent
5+
with the .cabal file.
6+
* Backwards-compatible changes
7+
* Improve the documentation around when input functions return
8+
`Nothing`.
9+
* Allow binding keys to incremental search, as
10+
`ReverseSearchHistory` and `ForwardSearchHistory`.
11+
* Handling `STX`-wrapped control sequences on any lines of the
12+
prompt, not just the last one.
13+
* Add `debugTerminalKeys` to help debug input problems
14+
* Add `waitForAnyKey` to wait for a single key press.
15+
* Define test targest in the .cabal file
16+
* Bump the upper bound to base-4.15.
317

418
Changed in version 0.7.5.0:
519
* Add the new function `fallbackCompletion` to combine
620
multiple `CompletionFunc`s
721
* Fix warnings
822
* Bump the lower bound to ghc-8.0
9-
* Add `debugTerminalKeys` to help debug input problems
1023

1124
Changed in version 0.7.4.3:
1225
* Bump upper bounds on base, containers, stm and unix

0 commit comments

Comments
 (0)