Skip to content

Commit

Permalink
chore(docs): Update changelog for provided fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CarstenWickner committed Mar 10, 2024
1 parent ea0e346 commit eec7cf5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
#### Changed
- new `Option.DUPLICATE_MEMBER_ATTRIBUTE_CLEANUP_AT_THE_END` by default included in standard `OptionPreset`s

### `jsonschema-module-jackson`
#### Fixed
- `@JsonUnwrapped` annotation on inherited properties resulted in those properties being ignored instead of being unwrapped

## [4.33.1] - 2023-12-19
### `jsonschema-module-jackson`
#### Fixed
Expand Down
7 changes: 7 additions & 0 deletions jsonschema-generator-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,13 @@
<role>Provided PR #423 (fixing Jackson property order handling)</role>
</roles>
</contributor>
<contributor>
<name>Jeffrey D</name>
<url>https://github.com/Nephery</url>
<roles>
<role>Provided PR #435 (fixing Jackson JsonUnwrapped annotation on inherited properties)</role>
</roles>
</contributor>
</contributors>

<properties>
Expand Down

0 comments on commit eec7cf5

Please sign in to comment.