File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ 0.7.0-alpha.1] - Unreleased
7+ ## [ 0.7.0-alpha.1] - 2026-04-06
88
99### Added
1010- Added ` json ` module to estdlib, compatible with Erlang/OTP ` json ` API
@@ -44,6 +44,7 @@ of raising `badarg`
4444exception passes through a non-matching catch clause
4545
4646### Removed
47+ - Removed support for OTP versions < 26
4748- Removed old ` json_encoder ` module (now standard Erlang/OTP ` json ` module is available)
4849
4950## [ 0.7.0-alpha.0] - 2026-03-20
@@ -178,10 +179,6 @@ table.
178179- ESP32 platform now uses reproducible builds.
179180- C API: ` externalterm ` module was renamed to ` external_term ` and it has a completely new API
180181
181- ### Removed
182-
183- - Removed support for OTP versions < 26
184-
185182### Fixed
186183
187184- ESP32: improved sntp sync speed from a cold boot.
Original file line number Diff line number Diff line change 1919#
2020
2121# Please, keep also in sync src/libAtomVM/atomvm_version.h
22- set (ATOMVM_BASE_VERSION "0.7.0-alpha.0 " )
22+ set (ATOMVM_BASE_VERSION "0.7.0-alpha.1 " )
2323set (ATOMVM_DEV TRUE )
You can’t perform that action at this time.
0 commit comments