diff --git a/.changelog/v0.13.0/compiler/169-update-go-version.md b/.changelog/v0.13.0/compiler/169-update-go-version.md deleted file mode 100644 index 1be3af8..0000000 --- a/.changelog/v0.13.0/compiler/169-update-go-version.md +++ /dev/null @@ -1,2 +0,0 @@ -- bumped Go version to 1.22.5 ([\#169](https://github.com/cometbft/cometbft- - db/pull/169)) \ No newline at end of file diff --git a/.changelog/v0.13.0/summary.md b/.changelog/v0.13.0/summary.md index 5e5dd93..3e860de 100644 --- a/.changelog/v0.13.0/summary.md +++ b/.changelog/v0.13.0/summary.md @@ -3,6 +3,5 @@ If you don't change this message, or if this file is empty, the release will not be created. --> -This release: -- changes the contract of the Iterator Key() and Value() APIs. Namely, the caller is now responsible for creating a copy of their returned value if they want to modify it. -- Bumps the Go compiler's version to 1.22.5. \ No newline at end of file +This release changes the contract of the Iterator Key() and Value() APIs. +Namely, the caller is now responsible for creating a copy of their returned value if they want to modify it.