diff --git a/CHANGELOG.md b/CHANGELOG.md index 8949a2f706..19f230222a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,9 +13,9 @@ interested in and avoid the Trillian hasher registry+protobuf deps. * Moved some packages intended for internal-only use into `internal` packages: * InMemoryMerkleTree (indended to only be used by Trillian tests) - * Move `--quota_system` flag to `main.go` so that it is initialised properly. - It might break depending builds relying on this flag, but the fix is easy: - put it to your `main.go`. + * Moved `--quota_system` and `--storage_system` flags to `main.go` so that they + are initialised properly. It might break depending builds relying on these + flags. Suggested fix: add the flags to `main.go`. ## v1.3.11 [Published 2020-10-06](https://github.com/google/trillian/releases/tag/v1.3.11)