Code owners
Assign users and groups as approvers for specific file changes. Learn more.
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 4.04 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Added
- Add
MarshalJSON
andUnmarshalJSON
method toatomic.Pointer[T]
type allowing users to use pointer with json.
1.11.0 - 2023-05-02
Fixed
- Fix
Swap
andCompareAndSwap
forValue
wrappers without initialization.