File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 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.
3
17
4
18
Changed in version 0.7.5.0:
5
19
* Add the new function `fallbackCompletion` to combine
6
20
multiple `CompletionFunc`s
7
21
* Fix warnings
8
22
* Bump the lower bound to ghc-8.0
9
- * Add `debugTerminalKeys` to help debug input problems
10
23
11
24
Changed in version 0.7.4.3:
12
25
* Bump upper bounds on base, containers, stm and unix
You can’t perform that action at this time.
0 commit comments