diff --git a/docs/whats-new.rst b/docs/whats-new.rst index d020b818..3954d6f4 100644 --- a/docs/whats-new.rst +++ b/docs/whats-new.rst @@ -2,10 +2,15 @@ What's new ========== +0.6.2 (*unreleased*) +-------------------- + 0.6.1 (23 Mar 2026) ------------------- - Properly rename the coordinate units (:pull:`351`). By `Justus Magin `_. +- Prevent stripping coordinate attrs when using ``.pint.sel`` (:pull:`355`) + By `simonkeys `_. - Don't rely on ``xarray``'s default behavior regarding ``attrs`` in :py:func:`pint_xarray.expects` (:issue:`360`, :pull:`367`) By `Justus Magin `_. - Fix quantifying a existing index and adjust the index conversion tests (:pull:`368`)