diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-03-16 12:48:59 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-03-16 12:48:59 +0100 |
commit | 4b6d7e11c893c7c201ef0a5a43609a12a5235187 (patch) | |
tree | 42a3aaef992613eab55c5154ca7d207a4f70ef99 /doc/changelog.rst | |
parent | 5acefbd715c8720abc5d8ccd5349e1d9589739df (diff) | |
parent | 3aa2b0a6657b0ebd1618ee684f8ae31cd8bf127b (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'doc/changelog.rst')
-rw-r--r-- | doc/changelog.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/changelog.rst b/doc/changelog.rst index 63380ff..f6f73f8 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,3 +1,21 @@ +v4.26 (2025-03-08) +================== + +Fixes: + +* Resolve integer truncation in HX_unit_seconds's output when the result + were to exceeded 2^32 years or months or weeks. + + +v4.25 (2025-03-07) +================== + +Enhancements: + +* New headers endian.h and scope.hpp +* New define HXSIZEOF_UNITSEC64 for the maximum output size of HX_unit_seconds + + v4.24 (2024-07-17) ================== |