Put more emphasis on API removal in UPDATE_NOTES.md

This commit is contained in:
Tefek 2020-10-22 18:09:45 +02:00
parent d382510994
commit 54305bdabc
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
## 20.2.0.0-alpha.3 ## 20.2.0.0-alpha.3
* `[PlutoLib]` Removed `Severity`, use `SmartSeverity` instead * `[PlutoLib]` *Removed* `Severity`, use `SmartSeverity` instead
* `[PlutoLib]` Removed `TextIn`, `TextOut`, `ResourceImage` and `ResourceInputStream` * `[PlutoLib]` *Removed* `TextIn`, `TextOut`, `ResourceImage` and `ResourceInputStream`
* `[PlutoLib]` Made `OutputSplitStream` public as it is now reusable * `[PlutoLib]` Made `OutputSplitStream` public as it is now reusable
* `[PlutoLib]` Added the `@ConstantExpression` annotation * `[PlutoLib]` Added the `@ConstantExpression` annotation
* `[PlutoLib]` The `RAID#getIDOf` method now returns `OptionalInt` to avoid NPEs * `[PlutoLib]` The `RAID#getIDOf` method now returns `OptionalInt` to avoid NPEs