diff --git a/documentation/releasenotes.rst b/documentation/releasenotes.rst index 2ecf4d4..3823ef5 100644 --- a/documentation/releasenotes.rst +++ b/documentation/releasenotes.rst @@ -3,9 +3,23 @@ Release Notes ============= -0.1.2 (UNRELEASED) +0.1.3 (UNRELEASED) ------------------ +0.1.2 (FEB 2021) +---------------- + +* Bug Fixes + + * Fix TCP connection "stall" (incorrect deferred read). + +* Changes + + * Raise UDP search reply processing limit. + * Try not to fragment UDP search packets. + * mailbox example can serve more than one PV. + * Indent printed field=value in delta output mode. + 0.1.1 (Jan 2021) ----------------