CHANGELOG: nixpkgs is updated and default app for nix run is removed

Signed-off-by: Maximilian Nitsch <maximilian.nitsch@d3tn.com>
This commit is contained in:
Maximilian Nitsch 2025-12-12 18:45:35 +01:00
parent 66bad92d74
commit bf471808d9

View file

@ -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