Skip to content

Commit

Permalink
Consolidate "Unreleased" section of CHANGELOG.md
Browse files Browse the repository at this point in the history
Combines `Added` and `Changed` sections for the `[0.6.3] - Unreleased` section,
which had split these sections into two separate sections for each.

Signed-off-by: Winford <winford@object.stream>
  • Loading branch information
UncleGrumpy committed Jun 10, 2024
1 parent b4a413c commit e61a9c3
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Simple http client, that can be used for different use case such as downloading OTA updates
- Elixir support for `Keyword.merge` `Keyword.take` `Keyword.pop(!)` `Keyword.keyword?` `Keyword.has_key?` functions.
- Support for ESP32-H2

### Changed

- ESP32 network driver messages for event 40 (home channel change events) are now suppressed, but the
details for the channel changes can be observed in the console log if "debug" level logging is enabled
in ESP-IDF Kconfig options.
- Default size of ESP32 RTC slow memory from 4086 to 4096, except on ESP32-H2 where it's 3072

### Fixed

- Fix bug (with code compiled with OTP-21) with binary pattern matching: the fix introduced with
`02411048` was not completely right, and it was converting match context to bogus binaries.

### Changed

- Default size of ESP32 RTC slow memory from 4086 to 4096, except on ESP32-H2 where it's 3072

### Added

- Support for ESP32-H2

## [0.6.2] - 25-05-2024

### Added
Expand Down

0 comments on commit e61a9c3

Please sign in to comment.