Skip to content

Commit

Permalink
Fix CHANGELOG typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ipetkov committed Feb 15, 2025
1 parent 112e659 commit bef2b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Changed
* **Breaking**: dropped compatibility for Nix versions below 2.24.10
* **Breaking**: dropped compatibility for nixpkgs-23.11
* **Breaking**: dropped compatibility for nixpkgs-24.05
* **Breaking** (technically): `buildPackage`'s installation behavior has been
split into two steps: binaries are now installed into a temporary directory as
a post build hook (to avoid interference from the check phase clobbering
Expand Down Expand Up @@ -144,7 +144,7 @@ A republish of 0.19.2 which was incorrectly tagged.

### Changed
* **Breaking**: dropped compatibility for Nix versions below 2.18.2
* **Breaking**: dropped compatibility for nixpkgs-23.11.
* **Breaking**: dropped compatibility for nixpkgs-23.11
* The guidance around using (both) `cleanCargoSource` and `path` has been
updated. Namely, it is no longer necessary to call both (e.g.
`craneLib.cleanCargoSource (craneLib.path ./.)`): it is recommended to either
Expand Down

0 comments on commit bef2b45

Please sign in to comment.