CHANGELOG.md in zenlish-0.1.05 vs CHANGELOG.md in zenlish-0.1.06
- old
+ new
@@ -1,7 +1,18 @@
# CHANGELOG
+## [0.1.06] - 2019-10-20
+__Zenlish__ can parse all sentences in lessons 1-A ... 1-G from
+ [Learn These Words First](http://learnthesewordsfirst.com/).
+
+### Changed
+- File `zparser_spec.rb`: tests include all sentences from lesson 1-F (59 sentences in total).
+- File `minimal_lexicon.rb`: new entries in lexicon `above`, `in`, `on`,
+ `place`, `side`.
+- File `README.md` Updated the metrics table.
+
+
## [0.1.05] - 2019-10-19
__Zenlish__ can parse all sentences in lessons 1-A ... 1-F from
[Learn These Words First](http://learnthesewordsfirst.com/).
### Added
@@ -11,10 +22,10 @@
- Class `RegularVerb` to represent lexical verbs that have a regular conjugation like `touch`.
- Class `SubordinatingConjunction` to represent subordinating conjunctions like `if`.
### Changed
-- File `zparser_spec.rb`: tests include all sentences from lesson 1-F (37 sentences in total).
+- File `zparser_spec.rb`: tests include all sentences from lesson 1-F (48 sentences in total).
- `ZenlishGrammar`: rule refactoring and enhancements (i.e. conditional_statement, verb_grouping).
- File `minimal_lexicon.rb`: new entries in lexicon `another`, `be` (as auxiliary verb),
`far`, `from`, `if`, `kind`, `near to`, `of`, `then`, `touch`.
- File `README.md` Updated the metrics table. Added badges for Travis CI and license.