CHANGELOG.md in zenlish-0.1.03 vs CHANGELOG.md in zenlish-0.1.04
- old
+ new
@@ -1,24 +1,39 @@
# CHANGELOG
+## [0.1.04] - 2019-10-15
+__Zenlish__ can parse all sentences in lessons 1-A ... 1-E from
+ [Learn These Words First](http://learnthesewordsfirst.com/).
+
+ ### Added
+- Class `DegreeAdverb` to represent degree adverb like `very`.
+- Class `DemonstrativePronoun` to represent the adverb `there` (for `there is`, `there are`).
+
+### Changed
+- File `zparser_spec.rb`: tests include all sentences from lesson 1-E (37 sentences).
+- `ZenlishGrammar`: new rules (i.e. negative_sentence, ...).
+- File `minimal_lexicon.rb`: new entries in lexicon `alive`, `big`, `living`,
+`small`, `this one` and `very`.
+- File `README.md` Added a table with a couple of metrics.
+
## [0.1.03] - 2019-10-13
-__Zenlish__ can parse all the sentences in lessons 1-A ... 1-D from
+__Zenlish__ can parse all sentences in lessons 1-A ... 1-D from
[Learn These Words First](http://learnthesewordsfirst.com/).
### Added
- Class `AdverbNot` to represent adverb `not` (for negative sentences).
- Class `AdverbThere` to represent the adverb `there` (for `there is`, `there are`).
- Class `AuxiliaryDo` to represent the auxiliary `do` verb.
- Class `IrregularVerbBe` to represent the verb `be` when used as a lexical verb.
- Class `PrepositionThan` to use with comparative clauses.
### Changed
-- File `zparser_spec.rb`: tests include all sentences from lesson 1-C.
+- File `zparser_spec.rb`: tests include all sentences from lesson 1-D.
- `ZenlishGrammar`: new rules (i.e. negative_sentence, ...).
## [0.1.02] - 2019-10-11
-__Zenlish__ can parse all the sentences in lessons 1-A, 1-B, 1-C from
+__Zenlish__ can parse all sentences in lessons 1-A, 1-B, 1-C from
[Learn These Words First](http://learnthesewordsfirst.com/).
### Added
- Class `Adverb` to represent adverb word class.
- Class `Preposition` to represent the preposition word class.
@@ -33,10 +48,10 @@
- File `zparser_spec.rb`: tests include all sentences from lesson 1-C.
- `ZenlishGrammar`: new rules (i.e. adverb_phrase, preposition_phrase).
## [0.1.01] - 2019-10-10
-__Zenlish__ can parse all the sentences in lessons 1-A, 1-B from [Learn These Words First](http://learnthesewordsfirst.com/).
+__Zenlish__ can parse all sentences in lessons 1-A, 1-B from [Learn These Words First](http://learnthesewordsfirst.com/).
### Added
- Class `Numeral` to represent the abstract word class for cardinal and ordinal numbers.
- Class `Cardinal` to represent the word class of cardinal numbers.
- Class `ComparativeArticle` to represent the word class of the `as` in `same as`.