Skip to content

Commit c79c579

Browse files
committed
Update changelog
1 parent e3b48ce commit c79c579

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,24 @@ versions.
1818

1919
### Removed
2020

21+
## 0.37.0 - 2025-09-09
22+
23+
### Added
24+
25+
- Add `staticlib` feature to compile without `nif_init` and add `{pkg}_nif_init`
26+
symbol (#688)
27+
- Add `IntoIterator` to `OwnedBinary` (#702, thanks aDifferentJT)
28+
29+
### Fixed
30+
31+
- Set `ErlNifEntry.min_erts` to a placeholder value (#703)
32+
33+
### Changed
34+
35+
- Refactor build logic to remove TOML dependency (#691)
36+
- Use `inline` on commonly used functions (#475, thanks @joshuataylor)
37+
- Make `EnifAllocator` available even if the `allocator` feature is not enabled
38+
2139
## 0.36.2 - 2025-06-09
2240

2341
### Added

0 commit comments

Comments
 (0)