diff --git a/CHANGELOG.md b/CHANGELOG.md index aa23ed1..700b919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Change the default administrative record type code for [BIBE](https://datatracker.ietf.org/doc/html/draft-ietf-dtn-bibect-05) to `64443` (as per the newest draft), and allow for changing it using the `BIBE_AR_TYPE_CODE` compile-time option. This replaces the `BIBE_CL_DRAFT_1_COMPATIBILITY` option, which was setting the type code to `7` to enable ION interoperability. - +- Update the pinned nixpkgs version from 25.05 to 25.11 +- The default application of the `nix run` command has been removed. To run μD3TN as usual, the application name must be specified: `nix run ‘?.submodules=1#ud3tn’` ## [v0.14.4] - 2025-08-22