From 08677280274a123ca019871a544707fd661137c8 Mon Sep 17 00:00:00 2001 From: Daniel Duan Date: Thu, 5 Feb 2026 14:55:36 -0800 Subject: [PATCH] Update changelog To note TOMLDecoder 1.1.0 support --- Sources/TOMLDecoder/TOMLDecoder.docc/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sources/TOMLDecoder/TOMLDecoder.docc/CHANGELOG.md b/Sources/TOMLDecoder/TOMLDecoder.docc/CHANGELOG.md index 3c3f54c8..90e6fb5c 100644 --- a/Sources/TOMLDecoder/TOMLDecoder.docc/CHANGELOG.md +++ b/Sources/TOMLDecoder/TOMLDecoder.docc/CHANGELOG.md @@ -4,6 +4,8 @@ Also known as release notes. ## In Development +- Add support for TOML 1.1.0 (thanks, @nikitabobko!) + ## 0.4.3 Improved runtime performance.