Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added support for configuring pins and width for sdmmc on ESP32
- Added support for map comprehensions
- Added USB CDC port drivers for ESP32, RP2, and STM32 platforms
- Added more OTP-compatible functions to the estdlib `maps` module, including
`maps:take/2`, `maps:update_with/3,4`, `maps:with/2`, `maps:without/2`,
`maps:filtermap/2`, `maps:intersect/2`, `maps:intersect_with/3`,
`maps:groups_from_list/2,3`, and `maps:is_iterator_valid/1`

### Changed
- Updated network type db() to dbm() to reflect the actual representation of the type
Expand Down
Loading
Loading