Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed Jun 18, 2021
1 parent 498f3d2 commit 3f75e72
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@ 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]

### Changed
- **Breaking**: the minimal supported Rust version (MSRV) is now 1.53
- **Breaking**: Remove deprecated method `compare_and_swap`. This method is
deprecated in std and can be easily replaced by `compare_exchange`. See
`std` docs for the migration.
- **Breaking**: all items of traits in the `impls` module are now considered
implementation detail and not part of the public API.
- **Breaking**: the traits in the `impls` module were refactored and a lot
changed about all of them. But due to the previous point, you are not
supposed to care anymore :P
- Make `fetch_update` available to all `Atomic<T>`, not only `T: AtomicInteger`.

## [0.2.0] - 2020-07-30
### Breaking
Expand Down

0 comments on commit 3f75e72

Please sign in to comment.