Skip to content

Commit

Permalink
update changelog for v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahl committed Dec 27, 2024
1 parent 3b7df1e commit 885ac2e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@

https://github.com/oxidecomputer/typify/compare/v0.2.0\...HEAD[Full list of commits]

* Mark newtype wrappers as `#[serde(transparent)]` (#724)
* impl `Default` for structs where all properties have a default (#725)
* Add support specifying the map type to use (#708)
* Fully qualify more type names e.g. from `std` (#705)

These changes may break users of previous versions in particular if you were to
implement `Default` by hand for types for which the implementation is now
generated.

== 0.2.0 (released 2024-09-26)

https://github.com/oxidecomputer/typify/compare/v0.1.0\...v0.2.0[Full list of commits]
Expand Down

0 comments on commit 885ac2e

Please sign in to comment.