Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadeweka committed May 4, 2022
1 parent f395d3e commit 651201e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 19 deletions.
16 changes: 16 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

## Releases

### Version 0.17.0

#### Features

* Added annotation to ignore class ancestors

#### Breaking changes

* Renamed `master` branch to `main`
* Changed internal representation of wrapped pointers
* Methods named `==` with no type specification will now return `false` instead of an error if types are incompatible

#### Usability

* Private ancestors will now be ignored automatically

### Version 0.16.1

#### Bugfixes
Expand Down
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,25 +238,6 @@ The term 'anyoli' means 'green' in the Maasai language, thus naming 'anyolite'.

## Upcoming releases

### Version 0.17.0

Note: Release 0.17.0 will rename the main branch to `main` and get rid of the outdated `master` tag.
Make sure to update all dependencies to the old `master` tag to `main`.

#### Features

* [X] Added annotation to ignore class ancestors

#### Breaking changes

* [X] Renamed `master` branch to `main`
* [X] Changed internal representation of wrapped pointers
* [X] Methods named `==` with no type specification will now return `false` instead of an error if types are incompatible

#### Usability

* [X] Private ancestors will now be ignored automatically

### Version 1.0.0

This release will mark the first full release of Anyolite, mostly
Expand Down

0 comments on commit 651201e

Please sign in to comment.