Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadeweka committed Nov 9, 2021
1 parent 42d48c3 commit e0771c6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
22 changes: 22 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
22 changes: 0 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0771c6

Please sign in to comment.