Skip to content

Commit

Permalink
Reorganize roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadeweka committed Apr 2, 2021
1 parent 73017e1 commit 82c28cd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 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.8.1

#### Usability

* Explicitly exclude pointers
* Explicitly exclude procs
* Added recompilation options for the Rakefile

#### Bugfixes

* Fixed exception for class methods with empty regular argument list
* Allow operator methods for class and module methods
* Fixed path resolution for types starting with `::`
* Resolve generics as arguments for generics properly
* Fix broken floats in mruby

### Version 0.8.0

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

## Upcoming releases

### Version 0.8.1

#### Usability

* Explicitly exclude pointers
* Explicitly exclude procs
* Added recompilation options for the Rakefile

#### Bugfixes

* Fixed exception for class methods with empty regular argument list
* Allow operator methods for class and module methods
* Fixed path resolution for types starting with `::`
* Resolve generics as arguments for generics properly
* Fix broken floats in mruby

### Version 0.9.0

#### Features
Expand Down

0 comments on commit 82c28cd

Please sign in to comment.