From e0771c6d1bcdd032cd747a7948152c01b245bdcb Mon Sep 17 00:00:00 2001 From: Hadeweka Date: Tue, 9 Nov 2021 15:21:58 +0100 Subject: [PATCH] Updated changelog --- Changelog.md | 22 ++++++++++++++++++++++ README.md | 22 ---------------------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Changelog.md b/Changelog.md index 569a8af..ef66468 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,28 @@ ## Releases +### Version 0.15.0 + +#### Features + +* Methods for undefining Ruby methods + +#### Breaking changes + +* Excluding copy methods manually will undefine them from Ruby +* Checks for overflow when casting numbers + +#### Usability + +* Anyolite now respects exclusions of `dup` and `clone` +* Instance method exclude annotations on classes or modules will exclude them from all inheriting classes +* Include annotations can reverse global exclusions + +#### Bugfixes + +* Ruby exceptions instead of Crystal exceptions for casting overflows +* Casting to `Number` in mruby produced wrong values + ### Version 0.14.0 #### Features diff --git a/README.md b/README.md index f796593..5171633 100644 --- a/README.md +++ b/README.md @@ -227,28 +227,6 @@ The term 'anyoli' means 'green' in the Maasai language, thus naming 'anyolite'. ## Upcoming releases -### Version 0.15.0 - -#### Features - -* [X] Methods for undefining Ruby methods - -#### Breaking changes - -* [X] Excluding copy methods manually will undefine them from Ruby -* [X] Checks for overflow when casting numbers - -#### Usability - -* [X] Anyolite now respects exclusions of `dup` and `clone` -* [X] Instance method exclude annotations on classes or modules will exclude them from all inheriting classes -* [X] Include annotations can reverse global exclusions - -#### Bugfixes - -* [X] Ruby exceptions instead of Crystal exceptions for casting overflows -* [X] Casting to `Number` in mruby produced wrong values - ### Version 1.0.0 This release will mark the first full release of Anyolite, mostly