Skip to content

Commit 0c2af49

Browse files
committed
Update ChangeLog.md
1 parent 4347177 commit 0c2af49

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ispell"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Elisabeth Henry <liz.henry@ouvaton.org>"]
55
description = "Easily run ispell or aspell from Rust"
66
readme = "README.md"

ChangeLog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
ChangeLog
22
=========
33

4-
0.2.0 (2016-09-26)
4+
0.2.0 (2016-09-26)
55
------------------
66
* Slightly fix the API:
77
* Remove `language` method as it was redundant with `dictionary`;
88
* `aspell` method doesn't take a bool anymore;
99
* Add `hunspell` method to set `SpellLauncher` to use `hunspell`
10+
* Documentation is now more complete.
1011

1112
0.1.0 (2016-09-26)
1213
------------------
13-
* First version published
14+
* First release.

0 commit comments

Comments
 (0)