From 541c8241a328b3d031555e8e9ac53cf446454322 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Thu, 28 May 2026 22:11:26 -0700 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f13a0b..aeb49cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # `kdl` Release Changelog + + +## 6.6.0 (2026-05-29) + +This is the long-awaited "SERDE SUPPORT? FINALLY" release. + +Go try it out and see how it goes! Consider it experimental. We might break it +in the future (with a semver-major). + +### Features + +* **serde:** Add Serde support (#83) ([92998aac](https://github.com/kdl-org/kdl-rs/commit/92998aac93bfa18702434ad8c2b0369d9f2bdc49)) + +### Bug Fixes + +* **deps:** update to winnow 0.7 (#143) ([dd44f5be](https://github.com/kdl-org/kdl-rs/commit/dd44f5be42dcafde3cf65a5606a096bb85b72459)) +* **parser:** allow trailing space after node (#151) ([68417342](https://github.com/kdl-org/kdl-rs/commit/68417342339912afe652b3235f59788ea36d9374)) +* **lsp:** clamp char index to rope length in char_to_position (#154) ([9f3c2154](https://github.com/kdl-org/kdl-rs/commit/9f3c2154fc8b3bc0c08bde43b96330ce752f50f4)) +* **deps:** switch to num-traits ([09177a1a](https://github.com/kdl-org/kdl-rs/commit/09177a1a0d413bd9b06939384df2ce1a2fd48864)) + ## 6.5.0 (2025-09-11)