File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).
77### Added
88
99### Changed
10- - Remove duplicate fields to avoid unnecessary struct grows. (PR #38 )
11- - Reorder elements in structs to reduce memory. (PR #37 )
1210
1311### Deprecated
1412
1513### Removed
1614
15+ ### Fixed
16+
17+ ## [ 0.0.10]
18+
19+ ### Changed
20+ - Remove duplicate fields to avoid unnecessary struct grows. (PR #38 )
21+ - Reorder elements in structs to reduce memory. (PR #37 )
22+
1723### Fixed
1824- Fix to break out of endless loop. (PR #36 )
1925
@@ -77,7 +83,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7783### Fixed
7884- Fix invalid pointer indirections in struct to array/map.
7985
80- [ Unreleased ] : https://github.com/elastic/go-structform/compare/v0.0.9...HEAD
86+ [ Unreleased ] : https://github.com/elastic/go-structform/compare/v0.0.10...HEAD
87+ [ 0.0.10 ] : https://github.com/elastic/go-structform/compare/v0.0.9...v0.0.10
8188[ 0.0.9 ] : https://github.com/elastic/go-structform/compare/v0.0.8...v0.0.9
8289[ 0.0.8 ] : https://github.com/elastic/go-structform/compare/v0.0.7...v0.0.8
8390[ 0.0.7 ] : https://github.com/elastic/go-structform/compare/v0.0.6...v0.0.7
You can’t perform that action at this time.
0 commit comments