-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# Changelog | ||
|
||
## v0.1.0 | ||
## v0.1.0 - 2022-04-26 | ||
|
||
Extract system logging from `nerves_runtime` | ||
Extract system logging from `nerves_runtime`. | ||
|
||
* Updates | ||
* Require Elixir 1.11 and remove all syslog-to-Elixir log level conversion code | ||
since Elixir accepts all of the syslog levels now. | ||
* Remove the `:severity` field from log messages since it's redundant now. | ||
It's unknown if this field was actually used. |