We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4347177 commit 0c2af49Copy full SHA for 0c2af49
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ispell"
3
-version = "0.1.0"
+version = "0.2.0"
4
authors = ["Elisabeth Henry <liz.henry@ouvaton.org>"]
5
description = "Easily run ispell or aspell from Rust"
6
readme = "README.md"
ChangeLog.md
@@ -1,13 +1,14 @@
ChangeLog
=========
-0.2.0 (2016-09-26)
+0.2.0 (2016-09-26)
------------------
* Slightly fix the API:
7
* Remove `language` method as it was redundant with `dictionary`;
8
* `aspell` method doesn't take a bool anymore;
9
* Add `hunspell` method to set `SpellLauncher` to use `hunspell`
10
+* Documentation is now more complete.
11
12
0.1.0 (2016-09-26)
13
-* First version published
14
+* First release.
0 commit comments