From 63d4f4c3d2f825cc87ef9cd1ba1645fb38028f11 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 25 Dec 2022 01:41:27 +0900 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5798f063..9b86eb10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com (Note: `AtomicBool` already has `fetch_not` and `not` methods.) +- Improve support for old nightly compilers. + ## [0.3.18] - 2022-12-15 - Fix build error when not using `portable_atomic_unsafe_assume_single_core` cfg on AVR and MSP430 custom targets. ([#50](https://github.com/taiki-e/portable-atomic/pull/50))