Skip to content

Commit

Permalink
Changelog entries.
Browse files Browse the repository at this point in the history
  • Loading branch information
mboes committed Nov 17, 2018
1 parent 5d6b7a8 commit 2caa4c8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/).

## [0.4.1] - 2018-11-17

### Added

* `nixpkgs_cc_configure` rule to tell Bazel to configure a toolchain
from tools found in the given Nixpkgs repository, instead of from
tools found in the ambient environment.
* `nixpkgs_local_repository` rule. Works like `nixpkgs_git_repository`
but takes a checked-in Nix file or Nix expression as input.

### Changed

* The `repository` attribute is no longer deprecated. Most rules
support both `repository` and `repositories` as attributes.

### Fixed

* Short repository labels work again. That is, you can say `repository
= "@nixpkgs"` as a short form for `repository =
"@nixpkgs//:default.nix"`.

## [0.3.1] - 2018-10-24

### Fixed
Expand Down

0 comments on commit 2caa4c8

Please sign in to comment.