Skip to content

Commit bdaa7c5

Browse files
committed
Add ChangeLog entries for Store dir like Nix
1 parent 583a762 commit bdaa7c5

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

hnix-store-core/ChangeLog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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:

hnix-store-remote/ChangeLog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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:

0 commit comments

Comments
 (0)