Skip to content

Commit

Permalink
chore: add CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
dpc committed Sep 18, 2023
1 parent b996a94 commit 4e3801b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
* Added `devShell`, a thin wrapper around `pkgs.mkShell` which automatically
provides `cargo` and `rustc`.
* `use-zstd` mode uses a chained, incremental approach to avoid redundancy.
Old behavior (taking a full snapshot of the cargo artifacts can be achieved
by setting `installCargoArtifactsMode = "use-zstd-full"`.
([#387](https://github.com/ipetkov/crane/pull/387))

### Changed
* **Breaking** (technically): `buildDepsOnly`, `buildPackage`, `cargoBuild`,
Expand Down

0 comments on commit 4e3801b

Please sign in to comment.