Re: Erlang OTP 23.1 Has been released
Peti Gömöri <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CAEhaAyFg_jACXwu9uZmd0c2uTnjGfO1PD=KJEoWy=pmpUZRjfw@mail.gmail.com> |
hi Michael, That fix was included in OTP 23.0.4 and is included in the README of that release https://github.com/erlang/otp/releases/tag/OTP-23.0.4 I understand it can be cumbersome to look through all the notes of each minor release, but it might also be cumbersome or too verbose to keep a cumulative changelog On Fri, Sep 25, 2020 at 7:05 PM Michael Truog <[email protected]> wrote: > On 9/23/20 7:29 AM, Henrik Nord X wrote: > > OTP 23.1 > > Erlang/OTP 23.1 is a the first maintenance patch release for OTP 23, with > mostly bug fixes as well as a few improvements. > Full list of bug fixes and improvements in the readme. > > http://erlang.org/download/OTP-23.1.README > > The Erlang/OTP source can also be found at GitHub on the official Erlang > repository, > https://github.com/erlang/otp > > Hi, > > The supervisor bug in 23.0 was missing from the release notes. It may not > have had a bug identifier, but was fixed with > > https://github.com/erlang/otp/commit/e78ec220622b0c0bff329a54d79bfbfeb4ced018 > > It is good to mention to make sure people are aware of the need to use a > more recent version. > > Thanks, > Michael >