Add ChangeLog entries for Store dir like Nix

This commit is contained in:
Richard Marko 2023-10-30 14:22:02 +01:00
parent 583a76299f
commit bdaa7c526c
2 changed files with 15 additions and 0 deletions

View File

@ -1,5 +1,12 @@
# ChangeLog
## Unreleased 202y-mm-dd
* Breaking:
* [(link)](https://github.com/haskell-nix/hnix-store/pull/216) `StorePath` no longer carries `storePathRoot` field and we
have a stand-alone `StoreDir` type instead to be used instead of `FilePath`
when store root directory is needed as a context.
## [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
* Fixed:

View File

@ -1,5 +1,13 @@
# Revision history for hnix-store-remote
## Unreleased 202y-mm-dd
* Breaking:
* [(link)](https://github.com/haskell-nix/hnix-store/pull/216) `StorePath` no longer carries `storePathRoot` field and we
have a stand-alone `StoreDir` type instead to be used instead of `FilePath`
when store root directory is needed as a context.
Fore `-remote`, this affects `runStoreOpts` and its variants.
## [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
* Breaking: