# Changelog 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). ## 1.2.1 ### Changed - Deprecate `safest-memory-ordering`, after an investigation revealed the less-safe memory orderings could lead to unsoundness ## 1.2.0 ### Added - Add a feature flag, `safest-memory-ordering`, which upgrades a few memory orderings to pass miri. It's a point of ongoing investigation to determine if those orderings are necessary, or if this is a false positive from miri. This feature is enabled by default. ## 1.1.0 ### Changed - Remove `T: Debug` requirement from `impl Debug for Joint`. The actual output is unchanged. ## 1.0.0 Initial version!