From 8ed28dfa4434b2f885bc495a79a9670a32563781 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Wed, 21 Mar 2018 18:33:26 +0100 Subject: Update release notes --- lib/stdlib/doc/src/notes.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'lib/stdlib/doc/src') diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml index bf6b06859e..e26c4aba74 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -31,6 +31,25 @@

This document describes the changes made to the STDLIB application.

+
STDLIB 3.4.5 + +
Fixed Bugs and Malfunctions + + +

+ The Module:init/1 function in gen_statem + may return an actions list containing any action, but an + erroneous check only allowed state enter actions so e.g + {next_event,internal,event} caused a server crash. + This bug has been fixed.

+

+ Own Id: OTP-13995

+
+
+
+ +
+
STDLIB 3.4.4
Fixed Bugs and Malfunctions -- cgit v1.2.3