Skip to content

Commit

Permalink
Add changelog entry for the fix to issue #76
Browse files Browse the repository at this point in the history
  • Loading branch information
idanarye committed Jun 10, 2023
1 parent 51203d2 commit 40b62c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Marking a field as `#[deprecated]` now behaves properly - `TypedBuilder`
generated code itself does trigger the deprecation warning, and instead the
setter for that field now does.

## 0.14.0 - 2023-03-08
### Added
Expand Down

0 comments on commit 40b62c1

Please sign in to comment.