From 0601d36585f297ad514ad0cadf59f30f317da1eb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= jaakko.keranen@iki.fi
Date: Sun, 14 Apr 2024 18:02:12 +0300
Subject: [PATCH 1/1] Updated change log
CHANGES.md | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/CHANGES.md b/CHANGES.md
index cbf480d..2f80791 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,13 +1,18 @@
-## 1.7.1
-* PtrArray: Added back
, popBack
, popFront
methods.
+## 1.8 - 2024-04-14
+* PtrArray: Added back
, constBack
, popBack
, and popFront
methods.
concat
, concatCStr
, and quoteDelim
methods.+* String: Added a function for setting the locale for 8-bit charset conversions.
+* String: Added a method for converting a Rangecc
to the local charset.
mid
method when starting position is at or past the end.remove
and take
methods.+* TlsRequest: Adjusted ifdefs for improved LibreSSL compatibility.
+* pkg-config: Compiler flag for SSE 4.1 added into the .pc file (if enabled in the build).
+* Fixed warnings (errors) abouts implicit conversions.
-## 1.7
+## 1.7 - 2023-09-09
translate_Mat4
.@@ -17,7 +22,7 @@
-## 1.6.1
+## 1.6.1 - 2023-03-09
--
2.25.1
text/plain
This content has been proxied by September (ba2dc).