diff --git a/CHANGELOG.md b/CHANGELOG.md index 775d53e..80cb5cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## v1.14.0 + +This release updates to Buildroot 2020.11.2, GCC 10.2 and OTP 23.2.4. + +When migrating custom systems based, please be aware of the following important +changes: + +* There's a new `getrandom` syscall that is made early in BEAM startup. This has + the potential to block the BEAM before Nerves can start `rngd` to provide + entropy. We have not seen this issue here, but have updated `erlinit.config` + for the time being as a precaution. +* The GCC 10.2.0 toolchain has a different name that calls out "nerves" as the + vendor and the naming is now more consistent with other toolchain providers. +* Experimental support for tooling that requires more information about the + target has been added. The initial support focuses on zigler. + +* Updated dependencies + * [nerves_system_br: bump to v1.14.4](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.14.4) + * [Buildroot 2020.11.2](http://lists.busybox.net/pipermail/buildroot/2021-January/302574.html) + * [Erlang/OTP 23.2.4](https://erlang.org/download/OTP-23.2.4.README) + * [Nerves toolchains 1.4.1](https://github.com/nerves-project/toolchains/releases/tag/v1.4.1) + ## v1.13.3 This is a bug fix release and contains no major changes. diff --git a/VERSION b/VERSION index 01b7568..850e742 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.13.3 +1.14.0