From 9d3874822151e5722fd16bd42430aeedf2c48d91 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Sun, 14 Apr 2024 22:07:18 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #253 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94e9b81..c816c81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ to update the actual links at the bottom of the file. --> +### Unreleased + +* Use `fastboot flashall` for initial setup to avoid needing to manually flash every partition ([PR #253]) + ### Version 3.1.1 * Cache salted SHA-256 contexts for a small performance improvement ([PR #257]) @@ -247,6 +251,7 @@ Behind-the-scenes changes: [PR #246]: https://github.com/chenxiaolong/avbroot/pull/246 [PR #247]: https://github.com/chenxiaolong/avbroot/pull/247 [PR #251]: https://github.com/chenxiaolong/avbroot/pull/251 +[PR #253]: https://github.com/chenxiaolong/avbroot/pull/253 [PR #255]: https://github.com/chenxiaolong/avbroot/pull/255 [PR #256]: https://github.com/chenxiaolong/avbroot/pull/256 [PR #257]: https://github.com/chenxiaolong/avbroot/pull/257