1
20.6
3---
4
5Changes:
6 * The `askAspell` function is now thread-safe.
7
80.5
9---
10
11New features:
12 * Added support for passing arguments directly to `aspell` via the new
13   `RawArg` constructor of `AspellOption` (#6)
14
150.4
16---
17
18Misc changes:
19 * The package now uses and depends on `async` instead of using raw
20   `forkIO`.
21
220.3
23---
24
25Package changes:
26 * Relaxed process lower bound to version 1.3.
27
28API changes:
29 * Added 'aspellDictionaries' to obtain the list of installed
30   dictionaries.
31
32Other changes:
33 * startAspell now gracefully handles Aspell startup failures by
34   reporting Aspell's standard error output in the event of a failed
35   startup. It also sanity-checks the Aspell pipe mode identification
36   string. (Fixes #2, #3.)
37
38
390.2
40---
41
42* Relaxed base upper bound to < 5.
43
440.1
45---
46
47Initial release.
48