From 00af447ba814c9a6323c775f455034fdd9be62af Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Tue, 10 Jul 2018 15:35:43 +0100 Subject: [PATCH] Add ChangeLog entry for PR #536 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 77bce4ffe..305eef60b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,11 @@ Features Daniel King (#485). * Add platform support for the Haiku OS. (https://www.haiku-os.org). Contributed by Augustin Cavalier. + * Make the receive and transmit buffers independent sizes, for situations + where the outgoing buffer can be fixed at a smaller size than the incoming + buffer, which can save some RAM. If buffer lengths are kept equal, there + is no functional difference. Contributed by Angus Gratton, and also + independently contributed again by Paul Sokolovsky. Bugfix * Fix the key_app_writer example which was writing a leading zero byte which