Skip to content

Commit

Permalink
Add note to 1.0.2 changelog about breaking change
Browse files Browse the repository at this point in the history
Co-authored-by: Nate Baer <[email protected]>
Signed-off-by: Jacob Sheehy <[email protected]>
  • Loading branch information
lessthanjacob and njbbaer committed May 2, 2024
1 parent a608695 commit b9e8de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## 1.0.2 - 2024/02/02
* 🐛 [BUGFIX] Fixes an issue with reflection where fields are incorrectly override by their definitions in the default view. See [#391](https://github.com/procore-oss/blueprinter/pull/391). Thanks to [@elliothursh](https://github.com/elliothursh).
* 🐛 [BUGFIX] [BREAKING] Fixes an issue with reflection where fields are incorrectly override by their definitions in the default view. Note: this may be a breaking change for users of the extensions API, but restores the intended functionality. See [#391](https://github.com/procore-oss/blueprinter/pull/391). Thanks to [@elliothursh](https://github.com/elliothursh).

## 1.0.1 - 2024/01/19
* 🐛 [BUGFIX] Fixes an issue where serialization performance would become degraded when using a Blueprint that leverages transformers. See [#381](https://github.com/procore-oss/blueprinter/pull/381). Thanks to [@Pritilender](https://github.com/Pritilender).
Expand Down

0 comments on commit b9e8de2

Please sign in to comment.