From 57e1c022ed4308ddcfd1e2ed90dfef068df06cb3 Mon Sep 17 00:00:00 2001 From: Justin Schneck Date: Tue, 6 Oct 2020 12:30:12 -0400 Subject: [PATCH] v1.7.0 release --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b90f0353..1ccbf58c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v1.7.0 + +Nerves 1.7.0 removes support for creating OTP releases using Distillery and +only supports using Elixir releases. As a result, the minimum supported version +of Elixir is now version 1.9. + +Official Nerves systems now support applying firmware using patches. This +greatly reduces the amount of data that required to push firmware updates +to devices. The minimum requirement for fwup has been updated to 1.8 +to enable support for this feature. + +* Bug fixes + * Pass all unspecified erlinit args to the generator instead of silently + ignoring them. + * Use host CC when compiling the port. + ## v1.6.5 * Bug fixes