Skip to content

Commit

Permalink
changelog: add 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki authored and Anton-Latukha committed Jul 13, 2020
1 parent 06edd4b commit e9c9a27
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.9.1](https://github.com/haskell-nix/hnix/compare/0.9.0...0.9.1) (2020-07-13)

* Previous release was `0.9.0`. In new release:

* `builtins.nixVersion` bumped from 2.0 to 2.3
* Documentation improvements for `Nix.{Atoms,Expr.Types}`
* Reduced number of dependencies
* REPL improvements
* Better tab completion
* Multi-line input
* Support for passing evaluated expression result of `hnix --eval -E`
to REPL as `input` variable.
* Support for loading `.hnixrc` from current directory

## [0.9.0](https://github.com/haskell-nix/hnix/compare/0.8.0...0.9.0) (2020-06-15)

* Changelog started. Previous release was `0.8.0`. In new release:
Expand Down

0 comments on commit e9c9a27

Please sign in to comment.