From 82c28cde4e6798b656c677811bdb8ff70afa2051 Mon Sep 17 00:00:00 2001 From: Hadeweka Date: Fri, 2 Apr 2021 22:30:30 +0200 Subject: [PATCH] Reorganize roadmap --- Changelog.md | 16 ++++++++++++++++ README.md | 16 ---------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Changelog.md b/Changelog.md index 3e3a932..d3897dc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 diff --git a/README.md b/README.md index 0f4a0b6..c246326 100644 --- a/README.md +++ b/README.md @@ -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