From f5b7193778ad2f936c59cc1b10337f16f4afc389 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 15 Oct 2020 15:51:01 +0300 Subject: [PATCH] Update revision history --- doc/endian/changelog.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/endian/changelog.adoc b/doc/endian/changelog.adoc index 50dc60a..a6a260f 100644 --- a/doc/endian/changelog.adoc +++ b/doc/endian/changelog.adoc @@ -10,6 +10,12 @@ http://www.boost.org/LICENSE_1_0.txt [#changelog] # Revision History +## Changes in 1.75.0 + +* `endian_arithmetic` no longer inherits from `endian_buffer` +* When `BOOST_ENDIAN_NO_CTORS` is defined, the unaligned `endian_buffer` and + `endian_arithmetic` are {cpp}03 PODs, to enable use of `++__attribute__((packed))++` + ## Changes in 1.74.0 * Enabled scoped enumeration types in `endian_reverse`