Skip to content

Commit

Permalink
Update changelog for 1.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GREsau committed Jun 5, 2024
1 parent 3271fbd commit e0c2c31
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.0.0-alpha.2] - 2024-06-05

### Added

- `#[schemars(extend("key" = value))]` attribute which can be used to add properties (or replace existing properties) in a generated schema (https://github.com/GREsau/schemars/issues/50 / https://github.com/GREsau/schemars/pull/297)
- Can be set on a struct, enum, or enum variant
- Value can be any expression that results in a value implementing `Serialize`
- Value can also be a JSON literal following the rules of `serde_json::json!(value)` macro, i.e. it can interpolate other values that implement `Serialize`

## [1.0.0-alpha.1] - 2024-05-27

### Added
Expand Down

0 comments on commit e0c2c31

Please sign in to comment.