Skip to content

Commit 372a561

Browse files
committed
Update changelog with case-hack support
1 parent 33a7585 commit 372a561

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

hnix-store-core/ChangeLog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
have a stand-alone `StoreDir` type instead to be used instead of `FilePath`
88
when store root directory is needed as a context.
99

10+
* Additional:
11+
* [(link)](https://github.com/haskell-nix/hnix-store/pull/218) NAR encoding and decoding now supports case-insensitive filesystems.
12+
* The "case hack" replicates the behavior of the `use-case-hack` option in Nix, which adds a suffix to conflicting filenames.
13+
This feature is enabled by default on macOS (darwin).
14+
* `data NarOptions` has been added to configure NAR encoding and decoding. The `optUseCaseHack` field can be used to enable or disable the case hack.
15+
* New `streamNarIOWithOptions` and `runParserWithOptions` functions have been added to `System.Nix.Nar` to support the new configurable options.
16+
1017
## [0.6.1.0](https://github.com/haskell-nix/hnix-store/compare/core-0.6.0.0...core-0.6.1.0) 2023-01-02
1118

1219
* Fixed:

0 commit comments

Comments
 (0)