From 2bd8d3591497f2bcac7f3b494f07eb3a2f870469 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 1 Feb 2022 21:45:19 +0000 Subject: [PATCH] Docs: Update change log for 1.3.1 release. --- CHANGES.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 770b70d..e5efa0f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,12 +1,20 @@ LibCYAML: Change Log ==================== +## LibCYAML v1.3.1 + +* **Loading**: + * Fixed value out-of-range detection limits for signed integers. + +No changes are required for client applications to upgrade. + + ## LibCYAML v1.3.0 * **Saving**: * New flags allow control over scalar output style. - For example to force single or double quote style. -* **General** +* **General**: * Buildsystem changes to allow use of CPPFLAGS from the environment. No changes are required for client applications to upgrade.