summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2025-09-11 17:19:29 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2025-09-11 17:19:29 +0200
commit50d223b12c1319b4b9c4a5b8e34866c46996cb36 (patch)
tree1d8d7297afaa443f7945c9c3fe6668cc816c8ffe /doc
parentcec79a3f5578da4a9f9085282389482edf45c81b (diff)
New upstream version 4.27upstream/4.27upstream
Diffstat (limited to 'doc')
-rw-r--r--doc/api.rst2
-rw-r--r--doc/changelog.rst8
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)
==================