From b42de03713e76fec7fa36b392b81c54227966a85 Mon Sep 17 00:00:00 2001 From: 493msi <493msi@gmail.com> Date: Fri, 18 Sep 2020 16:06:28 +0200 Subject: [PATCH] Removed a change from the changelist that didn't make it through --- UPDATE_NOTES.md | 1 - 1 file changed, 1 deletion(-) diff --git a/UPDATE_NOTES.md b/UPDATE_NOTES.md index 81da351..dff8504 100644 --- a/UPDATE_NOTES.md +++ b/UPDATE_NOTES.md @@ -18,7 +18,6 @@ can now only be modified only through public setters * `[Logger#setup]` can now throw `IOException` * `[PlutoCore]` As a result, `[PlutoApplication#run]` can now throw `Exception` * `[PlutoLib]` Updated JavaDoc in `ResourceAddress`, `TPL`, `TPNImage` -* `[PlutoLib]` Added `ResourceAddress#openRead` and `ResourceAddress#openWrite` * `[PlutoLib]` Code cleanup in `MiniTime`, `TPL` * `[PlutoLib]` Deprecated `TPL#load(String)` in favor of `TPL#load(ResourceAddress)`, `TPL#load(File)` and `TPL#load(Path)`