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,6 +4,17 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
7+ ## [ v0.1.5] ( https://github.com/elixir-nx/fine/tree/v0.1.5 ) (2026-04-06)
8+
9+ ### Added
10+
11+ - Encoding and decoding for ` std::unordered_map ` ([ #14 ] ( https://github.com/elixir-nx/fine/pull/14 ) )
12+ - Encoding and decoding for ` std::multimap ` and ` std::unordered_multimap ` ([ #15 ] ( https://github.com/elixir-nx/fine/pull/15 ) )
13+ - Support for ` load ` and ` unload ` NIF callbacks ([ #16 ] ( https://github.com/elixir-nx/fine/pull/16 ) )
14+ - Condition variable wrapper ([ #17 ] ( https://github.com/elixir-nx/fine/pull/17 ) )
15+ - Added ` fine::format_term `
16+ - Improved decoding errors
17+
718## [ v0.1.4] ( https://github.com/elixir-nx/fine/tree/v0.1.4 ) (2025-08-14)
819
920### Added
Original file line number Diff line number Diff line change 11defmodule Fine.MixProject do
22 use Mix.Project
33
4- @ version "0.1.4 "
4+ @ version "0.1.5 "
55 @ description "C++ library enabling more ergonomic NIFs, tailored to Elixir"
66 @ github_url "https://github.com/elixir-nx/fine"
77
You can’t perform that action at this time.
0 commit comments