CHANGELOG.md in zenlish-0.2.02 vs CHANGELOG.md in zenlish-0.2.03

- old
+ new

@@ -1,6 +1,14 @@ # CHANGELOG +## [0.2.03] - 2020-02-07 +Zenlish can now inflect the irregular verbs `be`, `do`, and `have`. + +## Changed +- Class `WClass::IrreglarVerbBe`: added specific inflection table. +- Class `WClass::IrreglarVerbDo`: added specific inflection table. +- Class `WClass::IrreglarVerbHave`: added specific inflection table. + ## [0.2.02] - 2020-02-06 Extending the inflection model to irregular verbs. Zenlish can inflect all irregular verbs in its dictionary (except modals and be). ### Added - Module `WordClasses::IreegularVerbExtension` mix-in module for extending the lexeme for irregular verbs. @@ -20,10 +28,9 @@ ### Added - Class `Inflect::FunctionCall` Now an inflection table can invoke a method of the lexeme argument. - Class `Inflect::Membership` Now an inflection table can test whether a value is included in a set of values. - Class `Inflect::NotEquals` Now an inflection table can test for inequality - ## [0.2.00] - 2020-01-30 A lot of internal additions, such an initial feature model, embryonic inflection model. This is WIP.