From 54c82b302f9adce354ec9b51abe9cef3bd4245ca Mon Sep 17 00:00:00 2001 From: Florian Lehner Date: Thu, 28 Jul 2022 10:02:15 +0200 Subject: [PATCH] CHANGELOG: Prepare 0.0.10 (#39) Signed-off-by: Florian Lehner --- CHANGELOG.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15ee4f5..352a24e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,19 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added ### Changed -- Remove duplicate fields to avoid unnecessary struct grows. (PR #38) -- Reorder elements in structs to reduce memory. (PR #37) ### Deprecated ### Removed +### Fixed + +## [0.0.10] + +### Changed +- Remove duplicate fields to avoid unnecessary struct grows. (PR #38) +- Reorder elements in structs to reduce memory. (PR #37) + ### Fixed - Fix to break out of endless loop. (PR #36) @@ -77,7 +83,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Fix invalid pointer indirections in struct to array/map. -[Unreleased]: https://github.com/elastic/go-structform/compare/v0.0.9...HEAD +[Unreleased]: https://github.com/elastic/go-structform/compare/v0.0.10...HEAD +[0.0.10]: https://github.com/elastic/go-structform/compare/v0.0.9...v0.0.10 [0.0.9]: https://github.com/elastic/go-structform/compare/v0.0.8...v0.0.9 [0.0.8]: https://github.com/elastic/go-structform/compare/v0.0.7...v0.0.8 [0.0.7]: https://github.com/elastic/go-structform/compare/v0.0.6...v0.0.7