summarylogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorLuis Martinez2022-02-19 14:25:51 -0600
committerLuis Martinez2022-02-19 14:25:51 -0600
commit05fc6d7714cf9c2ee01a79ec43f7a5d2f2c4195e (patch)
tree6bce3e9f51920719512960debdca855e91376440 /CHANGES.md
parent794bb8cdf3eeccada31501ba405ab94d6e8917b3 (diff)
downloadaur-05fc6d7714cf9c2ee01a79ec43f7a5d2f2c4195e.tar.gz
update to 1.3.1
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.