diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b953d8..eff923a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog All notable changes to this project will be documented in this file. +## 0.1.5 2020-02-12 +### Added +- Icelandic dictionary +- Estonian dictionary +- Latin dictionary +- Norwegian (bokmål) dictionary + ## 0.1.4 2020-02-11 ### Added - French dictionary diff --git a/README.md b/README.md index 505bd6a..1fc465d 100644 --- a/README.md +++ b/README.md @@ -244,7 +244,7 @@ Easy words (~2000): - [x] Danish - [ ] US English and UK English independently - [x] Spanish -- [ ] Estonian +- [x] Estonian - [x] Finnish - [x] French - [ ] Irish Gaelic @@ -253,13 +253,13 @@ Easy words (~2000): - [x] Hungarian - [ ] Interlingua - [x] Indonesian -- [ ] Icelandic +- [x] Icelandic - [x] Italian -- [ ] Latin +- [x] Latin - [ ] Mongolian - [x] Dutch (Nederlande) - [ ] Nynorsk (Norwegian) -- [ ] Bokmål (Norwegian) +- [x] Bokmål (Norwegian) - [x] Polish - [x] Portuguese - [x] Russian diff --git a/lib/textstat/version.rb b/lib/textstat/version.rb index 2942b0f..6e4295d 100644 --- a/lib/textstat/version.rb +++ b/lib/textstat/version.rb @@ -1,3 +1,3 @@ class TextStat - VERSION = "0.1.4" + VERSION = "0.1.5" end