From 59e99e47082a52203e493a5b0b68afc65506e469 Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Wed, 15 Jul 2020 13:09:14 +0200 Subject: [PATCH] Add #349 to release notes --- RELEASE_NOTES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 3501397cd..3f56f733f 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -4,6 +4,7 @@ Next release All changes ----------- +- :pull:`349`: Avoid modifying indexers dictionary in :meth:`.AttrSeries.sel`. - :pull:`347`: Preserve dtypes of index columns in :func:`.data_for_quantity`. - :pull:`339`: ``ixmp show-versions`` includes the path to the default JVM used by JDBCBackend/JPype. - :pull:`317`: Make :class:`reporting.Quantity` classes interchangeable.