From 9a449f230c22a0917ed144ba45237f578abe1ec6 Mon Sep 17 00:00:00 2001 From: doyougnu Date: Tue, 12 Sep 2023 17:11:39 -0400 Subject: [PATCH] changelog: add msse4.2 change --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 28e194af..d514c638 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +## [0.2.19.2] – September 2023 + + * [By default pass `-msse4.2` on x86 architectures](https://github.com/haskell-unordered-containers/unordered-containers/pull/483) + +[0.2.19.2]: https://github.com/haskell-unordered-containers/unordered-containers/compare/v0.2.19.1...v0.2.19.2 + ## [0.2.19.1] – April 2022 * [Fix bug in `intersection[With[Key]]`](https://github.com/haskell-unordered-containers/unordered-containers/pull/427)