Skip to content

Commit 7db4351

Browse files
committed
Update CHANGELOG
1 parent e0e0c81 commit 7db4351

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Added
6+
7+
- Add `minimal_accessors` configuration to reduce generated file size
8+
9+
### Changed
10+
11+
- Use derives for `PartialEq` and `Default` when possible
12+
313
## 0.2.0
414

515
### Added
@@ -11,8 +21,8 @@
1121
- Add `field_lifetime` configuration to set lifetime of message fields
1222
- Add container trait impls for `Cow`
1323
- Add const constructor `_new` to hazzer structs and add const to all hazzer methods
14-
- Add `Generator::configure_many`
15-
- Add `Config::recursive_field`
24+
- Add `Generator::configure_many` method for configuring multiple paths at once
25+
- Add `recursive_field` configuration to box and handle max size for recursive fields
1626

1727
### Changed
1828

0 commit comments

Comments
 (0)