diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 48b1f366988..5de661f6b92 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -20,13 +20,9 @@ What's New v2023.01.0 (Jan 17, 2023) ------------------------- -This release includes a number of bug fixes. Thanks to the 13 contributors to this release: -Benoit Bovy, Deepak Cherian, Ian Carroll, Illviljan, Joe Hamman, Justus Magin, Mark Harfouche, Matthew Roeschke, -Paige Martin, Pierre, Sam Levang, Tom Nicholas, stefank0. - -New Features -~~~~~~~~~~~~ - +This release includes a number of bug fixes. Thanks to the 14 contributors to this release: +Aron Gergely, Benoit Bovy, Deepak Cherian, Ian Carroll, Illviljan, Joe Hamman, Justus Magin, Mark Harfouche, +Matthew Roeschke, Paige Martin, Pierre, Sam Levang, Tom White, stefank0. Breaking changes ~~~~~~~~~~~~~~~~ @@ -35,10 +31,6 @@ Breaking changes Use ``.get_indexer([key], method=..., tolerance=...)`` instead (:pull:`7361`). By `Matthew Roeschke `_. -Deprecations -~~~~~~~~~~~~ - - Bug fixes ~~~~~~~~~ @@ -55,10 +47,6 @@ Bug fixes - Preserve original dtype on accessing MultiIndex levels (:issue:`7250`, :pull:`7393`). By `Ian Carroll `_. -Documentation -~~~~~~~~~~~~~ - - Internal Changes ~~~~~~~~~~~~~~~~ - Add the pre-commit hook `absolufy-imports` to convert relative xarray imports to