diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-09-12 21:04:27 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-09-12 21:04:27 +0200 |
commit | afd606e6806b6c34b816893f6d04789d86a83fbc (patch) | |
tree | dfee168c5a4b33fb318e474b1c9ab4903d94c87d /doc | |
parent | a81a93beca9a077b4254488ba5617b44fca8d0c1 (diff) | |
parent | e47b9f3664c0a80dfade9306441594ad81f2232f (diff) |
Merge branch 'release/debian/4.27-1'HEADdebian/4.27-1master
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api.rst | 2 | ||||
-rw-r--r-- | doc/changelog.rst | 8 |
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/api.rst b/doc/api.rst index 5b2161d..2579486 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -9,6 +9,8 @@ Function reference ====== ====== ====== ======================================== RMV MinVer FirstA Name ====== ====== ====== ======================================== +4.27 inline 4.27 float_cpu_to_{le,be}{32,64}p +4.27 inline 4.27 float_{le,be}{32,64}p_to_cpu 4.25 inline 4.25 HX_isascii 4.25 inline 4.25 HX::make_scope_exit 4.25 inline 4.25 cpu_to_le{16,32,64}p cpu_to_be{16,32,64}p diff --git a/doc/changelog.rst b/doc/changelog.rst index f6f73f8..94708fb 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,3 +1,11 @@ +v4.27 (2025-03-17) +================== + +Enhancements: + +* New header endian_float.h + + v4.26 (2025-03-08) ================== |