From da672069b635c3b3612f6bdb3f6e349109d2001c Mon Sep 17 00:00:00 2001 From: John Gee Date: Wed, 24 Jun 2020 20:52:25 +1200 Subject: [PATCH] Update CHANGELOG for merged work --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86aabd1..98c834f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] (date goes here) +### Fixed + +- Enable `xz` support by default for macOS 11+ ([#624]) + ## [6.5.1] (2020-04-11) ### Added @@ -279,6 +283,7 @@ Only minor functional changes, but technically could break scripts relying on sp [#607]: https://github.com/tj/n/issues/607 [#614]: https://github.com/tj/n/issues/614 [#616]: https://github.com/tj/n/issues/616 +[#624]: https://github.com/tj/n/issues/624