There was an error while loading. Please reload this page.
1 parent 26b216a commit b1f2d87Copy full SHA for b1f2d87
RELEASE_NOTES.md
@@ -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
+
9
# v0.7.1
10
2020-11-05
11
* Documentation updates only.
0 commit comments