File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 11# ChangeLog
22
3+ ## Unreleased 202y-mm-dd
4+
5+ * Breaking:
6+ * [ (link)] ( https://github.com/haskell-nix/hnix-store/pull/216 ) ` StorePath ` no longer carries ` storePathRoot ` field and we
7+ have a stand-alone ` StoreDir ` type instead to be used instead of ` FilePath `
8+ when store root directory is needed as a context.
9+
310## [ 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
411
512* Fixed:
Original file line number Diff line number Diff line change 11# Revision history for hnix-store-remote
22
3+ ## Unreleased 202y-mm-dd
4+
5+ * Breaking:
6+ * [ (link)] ( https://github.com/haskell-nix/hnix-store/pull/216 ) ` StorePath ` no longer carries ` storePathRoot ` field and we
7+ have a stand-alone ` StoreDir ` type instead to be used instead of ` FilePath `
8+ when store root directory is needed as a context.
9+ Fore ` -remote ` , this affects ` runStoreOpts ` and its variants.
10+
311## [ 0.6.0.0] ( https://github.com/haskell-nix/hnix-store/compare/remote-0.5.0.0...remote-0.6.0.0 ) 2021-06-06
412
513* Breaking:
You can’t perform that action at this time.
0 commit comments