From 7994b36d4a8693986b5253de8a8c7ddf81e6ad2f Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 29 Oct 2025 16:05:02 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48c6a38..7db04e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Added `CcsdsPacketCreator`, `CcsdsPacketReader` and `CcsdsPacketCreatorWithReservedData` which simplify the process of creating full CCSDS space packets. +- Added new optional `portable-atomic` because portable atomics might not work on every + architecture in addition to requiring atomic CAS support enabled inside for the crate. # [v0.16.1] 2025-09-26