Skip to content

Commit 84cbca2

Browse files
committed
core: Update ChangeLog
1 parent 4ddea5b commit 84cbca2

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

hnix-store-core/ChangeLog.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
11
# Revision history for hnix-store-core
22

3+
## (unreleased) 0.3.0.0 -- 2020-XY-ZV
4+
5+
* `StorePath` type changed to simple variant without type level
6+
symbolic store path root.
7+
* Added `makeFixedOutputPath` to `System.Nix.ReadonlyStore`
8+
* Added `decodeBase16` and `decodeBase32` to `System.Nix.Hash`
9+
* `System.Nix.StorePath` module now provides
10+
* `storePathToFilePath` and `storePathToText` helpers
11+
* `storePathToNarInfo` for converting paths to `narinfo` URLs
12+
* `parsePath` function
13+
* `pathParser` Attoparsec parser
14+
* Added `System.Nix.Build` module
15+
* Added `System.Nix.Derivation` module
16+
* Removed `System.Nix.Util` module, moved to `hnix-store-remote`
17+
318
## 0.2.0.0 -- 2020-03-12
419

520
Removed `System.Nix.Store`. We may reintroduce it later when multiple backends
621
exist and we can tell what common effects they should share.
722

8-
## 0.1.0.0 -- YYYY-mm-dd
23+
## 0.1.0.0 -- 2019-03-18
924

1025
* First version.

0 commit comments

Comments
 (0)