From 627fa385f1d5f232c2d1d3a52560af429cc46ad2 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 21 Jan 2020 03:29:49 +0200 Subject: [PATCH] Clarify revision history entry about floating point support --- doc/endian/changelog.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/endian/changelog.adoc b/doc/endian/changelog.adoc index 482f82f..bac1e01 100644 --- a/doc/endian/changelog.adoc +++ b/doc/endian/changelog.adoc @@ -23,7 +23,7 @@ http://www.boost.org/LICENSE_1_0.txt ## Changes in 1.71.0 * Clarified requirements on the value type template parameter -* Added support for `float` and `double` +* Added support for `float` and `double` to `endian_buffer` and `endian_arithmetic` * Added `endian_load`, `endian_store` * Updated `endian_reverse` to correctly support all non-`bool` integral types * Moved deprecated names to the deprecated header `endian.hpp`