From 76befcc17018426dd2a2d29c209c673b651a063e Mon Sep 17 00:00:00 2001 From: Max Bachmann Date: Thu, 24 Oct 2024 12:21:13 +0200 Subject: [PATCH] fix date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d667cb26..4e2fc95b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Changelog -## [3.1.0] - 2024-07-02 +## [3.1.0] - 2024-10-24 ### Changed - split `editops_apply`/`opcodes_apply` into `*_apply_str` and `*_apply_vec`. This avoids the instantiation of std::basic_string for unsupported types.