Re: Erlang OTP 23.1 Has been released
Michael Truog <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <[email protected]> |
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