From 18e6906810f5e28f90730dc308f3b24b3c923428 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 31 Aug 2024 14:27:21 +0100 Subject: [PATCH] Docs: Update change log for v1.4.2 release --- CHANGES.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index e700a0d..26dc4cd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,20 @@ LibCYAML: Change Log ==================== +## LibCYAML v1.4.2 + +* **Buildsystem** + * Add explicit shared and static library install targets. +* **General** + * Small code cleanups. + * Reverted to C89-compatible static assertion macro. + Fixes build on quirky platforms. + * Rationalised GitHub actions. + * Fixed CI for MacOS. + +No changes are required for client applications to upgrade. + + ## LibCYAML v1.4.1 * **Loading**: