Skip to content

Commit

Permalink
[skip ci] update CHANGELOG for PR #45
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Nov 19, 2021
1 parent 6482b1a commit ba6cb53
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#41](https://github.com/asomers/futures-locks/pull/41))

### Fixed

- Fixed a soundness issue with `RwLock`: it shouldn't implement `Sync` unless
its inner type also does.
([#45](https://github.com/asomers/futures-locks/pull/45))

### Removed

## [0.6.0] - ReleaseNotes
Expand Down

0 comments on commit ba6cb53

Please sign in to comment.