mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2024-11-28 14:07:53 +03:00
Add ChangeLog entries for Store dir like Nix
This commit is contained in:
parent
583a76299f
commit
bdaa7c526c
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user