From e5003bf40bceb942c1c78cc2311e7d7a7e87ebf6 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Mon, 7 Feb 2022 12:08:08 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 519b9dbc5d77..9cd2b641e5d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ # Changelog -## [9.0.1](https://github.com/apache/arrow-rs/tree/9.0.1) (2022-02-04) +## [9.0.1](https://github.com/apache/arrow-rs/tree/9.0.1) (2022-02-07) [Full Changelog](https://github.com/apache/arrow-rs/compare/8.0.0...9.0.1) @@ -83,7 +83,7 @@ - Faster bitmask iteration [\#1228](https://github.com/apache/arrow-rs/pull/1228) [[parquet](https://github.com/apache/arrow-rs/labels/parquet)] [[arrow](https://github.com/apache/arrow-rs/labels/arrow)] ([tustvold](https://github.com/tustvold)) - Add non utf8 values into the test cases of BinaryArray comparison [\#1220](https://github.com/apache/arrow-rs/pull/1220) [[arrow](https://github.com/apache/arrow-rs/labels/arrow)] ([HaoYang670](https://github.com/HaoYang670)) - Update DECIMAL\_RE to allow scientific notation in auto inferred schemas [\#1216](https://github.com/apache/arrow-rs/pull/1216) [[arrow](https://github.com/apache/arrow-rs/labels/arrow)] ([pjmore](https://github.com/pjmore)) - +- Fix simd comparison kernels [\#1286](https://github.com/apache/arrow-rs/pull/1286) [[arrow](https://github.com/apache/arrow-rs/labels/arrow)] ([jhorstmann](https://github.com/jhorstmann)) ## [8.0.0](https://github.com/apache/arrow-rs/tree/8.0.0) (2022-01-20)