Skip to content

Commit 54c82b3

Browse files
authored
CHANGELOG: Prepare 0.0.10 (#39)
Signed-off-by: Florian Lehner <[email protected]>
1 parent 88991bf commit 54c82b3

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)