Skip to content

Commit ac46edd

Browse files
committed
Merge pull request #1539 from bettio/fix-changelog-and-100-columns
Fix v6.6.6 changelog section Remove extra back-tick, Fix -> Fixed and reformat to 100 columns. These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents b2e0b7e + 2c0cf19 commit ac46edd

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

CHANGELOG.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
### Added
1010

11-
- Added the ability to run beams from the CLI for Generic Unix platform (it was already possible with nodejs and emscripten).
11+
- Added the ability to run beams from the CLI for Generic Unix platform (it was already possible
12+
with nodejs and emscripten)
1213
- Added preliminary support for ESP32P4 (no networking support yet).
1314

1415
### Fixed
@@ -18,11 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1819
- Adding missing check, passing a non numeric argument to a function expecting a floating point
1920
might lead to a crash in certain situations.
2021
- Fixed several bugs in `http_server` (#1366)
21-
- Fixed generic\_unix `socket_driver` to return `{gen_tcp, closed}` when socket is closed on Linux instead of `{gen_tcp, {recv, 104}}`
22+
- Fixed generic\_unix `socket_driver` to return `{gen_tcp, closed}` when socket is closed on Linux
23+
instead of `{gen_tcp, {recv, 104}}`
2224
- Fixed a memory leak where modules were not properly destroyed when the global context is destroyd
2325
- alisp: fix support to variables that are not binaries or integers.
2426
- Fixed destruction of ssl-related resources
25-
- Fix corruption when dealing with specific situations that involve more than 16 x registers when
27+
- Fixed corruption when dealing with specific situations that involve more than 16 x registers when
2628
certain VM instructions are used.
2729
- Fixed ESP32 GPIO interrupt trigger `none`
2830
- Fixed an issue where a timeout would occur immediately in a race condition
@@ -31,19 +33,19 @@ certain VM instructions are used.
3133
- Fixed a race condition affecting multi-core MCUs where a timeout would not be properly cleared
3234
- Fixed a double free when esp32 uart driver was closed, yielding an assert abort
3335
- Fixed compilation with latest debian gcc-arm-none-eabi
34-
- Fix `network:stop/0` on ESP32 so the network can be started again
35-
- Fix a memory corruption caused by `binary:split/2,3`
36-
- Fix deadlock in socket code
37-
- Fix bug in opcode implementation (`select_val`): when selecting a value among many others a
36+
- Fixed `network:stop/0` on ESP32 so the network can be started again
37+
- Fixed a memory corruption caused by `binary:split/2,3`
38+
- Fixed deadlock in socket code
39+
- Fixed bug in opcode implementation (`select_val`): when selecting a value among many others a
3840
shallow comparison was performed, so it was working just for plain values such as atoms and small
3941
integers
4042
- Fixed support for setting esp32 boot_path in NVS.
4143
- Fixed race conditions in network:start/stop.
4244
- Fixed crash calling network:sta_rssi(), when network not up.
43-
- Fix error handling when calling `min` and `max` with code compiled before OTP-26: there was a
44-
bug when handling errors from BIFs used as NIFs (when called with `CALL_EXT` and similar opcodes)`
45-
- Fix matching of binaries on unaligned boundaries for code compiled with older versions of OTP
46-
- Add missing out of memory handling in binary_to_atom
45+
- Fixed error handling when calling `min` and `max` with code compiled before OTP-26: there was a
46+
bug when handling errors from BIFs used as NIFs (when called with `CALL_EXT` and similar opcodes)
47+
- Fixed matching of binaries on unaligned boundaries for code compiled with older versions of OTP
48+
- Added missing out of memory handling in binary_to_atom
4749
- Fixed call to funs such as fun erlang:'not'/1, that make use of BIFs
4850

4951
## [0.6.5] - 2024-10-15

0 commit comments

Comments
 (0)