Skip to content

Commit b1f2d87

Browse files
committed
add to release notes
1 parent 26b216a commit b1f2d87

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

RELEASE_NOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# v0.8.0
2+
xxxx-yy-zz
3+
* Improvements to builder methods on structs (the `fn with_fieldname(self, ...) -> Self` methods)
4+
* Generate builder methods for structs which have only optional fields. These were erroneously
5+
missing.
6+
* Change builder methods for `Optional<T>` fields to take the inner type `T` as the argument
7+
directly. Users will need to remove `Some( ... )` from the current argument for these methods.
8+
19
# v0.7.1
210
2020-11-05
311
* Documentation updates only.

0 commit comments

Comments
 (0)