diff options
author | Ingela Anderton Andin <ingela@erlang.org> | 2022-09-13 13:07:56 +0200 |
---|---|---|
committer | Ingela Anderton Andin <ingela@erlang.org> | 2022-09-13 13:07:56 +0200 |
commit | e03a901757b3b039b58ba92367a8456c924fe73c (patch) | |
tree | a0ff26afce3b92d36d0dabf1419250b68ac9fd8b /lib/stdlib/doc/src/notes.xml | |
parent | 949f7797830bda3b3bcacd46b24d66c534d679bf (diff) | |
parent | 11940accce94c19cb3c6efbacba7dcd39e0736ec (diff) | |
download | erlang-e03a901757b3b039b58ba92367a8456c924fe73c.tar.gz |
Merge branch 'maint-24' into maint
* maint-24:
Updated OTP version
Prepare release
Update copyright year
Diffstat (limited to 'lib/stdlib/doc/src/notes.xml')
-rw-r--r-- | lib/stdlib/doc/src/notes.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml index cb0614324b..c28a1317a7 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -454,6 +454,29 @@ </section> +<section><title>STDLIB 3.17.2.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>When changing callback module in <c>gen_statem</c> the + state_enter calls flag from the old module was used in + for the first event in the new module, which could + confuse the new module and cause malfunction. This bug + has been corrected. </p><p> With this change some + <c>sys</c> debug message formats have been modified, + which can be a problem for debug code relying on the + format. </p> + <p> + *** POTENTIAL INCOMPATIBILITY ***</p> + <p> + Own Id: OTP-18239</p> + </item> + </list> + </section> + +</section> + <section><title>STDLIB 3.17.2</title> <section><title>Fixed Bugs and Malfunctions</title> |