From ca86a63180e400146f112593d9cb8d388677b656 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Sat, 14 Nov 2020 13:43:38 -0800 Subject: [PATCH] update release notes --- documentation/release_notes.dox | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/documentation/release_notes.dox b/documentation/release_notes.dox index d5d4480..a1bcb3d 100644 --- a/documentation/release_notes.dox +++ b/documentation/release_notes.dox @@ -2,6 +2,15 @@ @page release_notes Release Notes +Release 8.1.0 (UNRELEASED) +========================== + +- Incompatible changes + - Remove ByteBuffer::align() +- Compatible changes + - Deprecate SerializableControl::alignBuffer() and DeserializableControl::alignData() + - shared_vector_convert<>() fix convert of empty, untyped, array + Release 8.0.3 (July 2020) =========================