diff --git a/NEXT_RELEASE_DRAFT.md b/NEXT_RELEASE_DRAFT.md index 8a8a01f..ab7a92b 100644 --- a/NEXT_RELEASE_DRAFT.md +++ b/NEXT_RELEASE_DRAFT.md @@ -1,5 +1,4 @@ ## Features targeted for 20.2.0.0-alpha.3 -* The initial minimal release of `[PlutoCommandParser]` * `[PlutoLib]` Completely redo the ModLoader system * The current implementation is a result of 5 years of feature creep * Large scale API changes, however the general idea should stay the same @@ -40,3 +39,6 @@ * `[PlutoAudio]` Integrate the Audio API with the Stage API * Improve upon the support of thread-local Pluto instances * The long term goal is to allow an unlimited amount of Pluto applications at any given time + +## Features targeted for 20.2.0.0-alpha.5 +* The initial minimal release of `[PlutoCommandParser]` \ No newline at end of file diff --git a/UPDATE_NOTES.md b/UPDATE_NOTES.md index f743dc1..7ad7f0a 100644 --- a/UPDATE_NOTES.md +++ b/UPDATE_NOTES.md @@ -1,3 +1,12 @@ +## 20.2.0.0-alpha.3 +* `[PlutoLib]` Removed `Severity`, use `SmartSeverity` instead +* `[PlutoLib]` Removed `TextIn`, `TextOut`, `ResourceImage` and `ResourceInputStream` +* `[PlutoLib]` Made `OutputSplitStream` public as it is now reusable +* `[PlutoLib]` Added the `@ConstantExpression` annotation +* `[PlutoLib]` Moved `cz.tefek.pluto.io.pluto.pp` to `cz.tefek.pluto.io.plutopackage` +* `[PlutoLib]` The `RAID#getIDOf` method now returns `OptionalInt` to avoid NPEs +* `[PlutoLib]` The transitive dependency JOML is now provided by `PlutoLib` instead of `PlutoStatic` + ## 20.2.0.0-alpha.2 * `build.gradle` Extracted the version numbers into separate variables * `build.gradle` **[experimental]** `gradlew` should now automatically download JDK11 when needed