Skip to content

Commit

Permalink
CHANGELOG: Prepare 0.0.10 (#39)
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
  • Loading branch information
florianl authored Jul 28, 2022
1 parent 88991bf commit 54c82b3
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 54c82b3

Please sign in to comment.