Skip to content

Commit

Permalink
Preparing release v1.11.0 (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
manjari25 committed May 3, 2023
1 parent 544d6aa commit f129756
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,11 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [1.11.0] - 2023-05-02
### Fixed
- Fix `Swap` and `CompareAndSwap` for `Value` wrappers without initialization.

### Added
- Add `String` method to `atomic.Pointer[T]` type allowing users to safely print
underlying values of pointers.

[1.11.0]: https://github.com/uber-go/atomic/compare/v1.10.0...v1.11.0

## [1.10.0] - 2022-08-11
### Added
- Add `atomic.Float32` type for atomic operations on `float32`.
Expand Down

0 comments on commit f129756

Please sign in to comment.