From 37b5b928a1b6b850a33f8c3ce5456b1d9b9aef98 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Sun, 4 Aug 2024 19:59:15 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #5 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58c9a05..bfd162b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ * Update checksum for `tensorflow-lite-metadata-0.1.0-rc2.pom` dependency ([PR #3]) * Update dependencies ([PR #4]) +* Add support for changing the update owner field ([PR #5]) +* Switch to using JSON for the configuration file ([PR #5]) + * The old properties config file will be automatically migrated to the new JSON format. ### Version 1.1 @@ -24,3 +27,4 @@ [PR #2]: https://github.com/chenxiaolong/AlterInstaller/pull/2 [PR #3]: https://github.com/chenxiaolong/AlterInstaller/pull/3 [PR #4]: https://github.com/chenxiaolong/AlterInstaller/pull/4 +[PR #5]: https://github.com/chenxiaolong/AlterInstaller/pull/5