From 6492af3bc20a24232dddcc889f9b1c0b53fabccd Mon Sep 17 00:00:00 2001 From: Magnus Ottenklinger Date: Mon, 24 Apr 2023 14:47:18 +0200 Subject: [PATCH] Prepare release 0.28.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6bed2cc..81925e3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,18 @@ See [`UPGRADE.md`](./UPGRADE.md) for additional help when upgrading to newer ver ## [unreleased] +## [0.28.0] - 2023-04-24 + +### Added + +* Support OTP 26 (#526, thanks @philss) +* Support tuples in NIF macro (#520, #527, thanks @denumerate and @philss) +* Supportfor `load_data_fun` to compute `load_data` at runtime (#413, thanks @kaaboaye) + +### Changed + +* Enhanced NIF macro error messages for invalid attributes (#525, thanks @philss) + ## [0.27.0] - 2023-01-17 ### BREAKING