summarylogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 770b70d5be00..e5efa0f03644 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.