summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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)
==================