From dbe5be4e56eb9bb19e328db9ec1961b532ceaf28 Mon Sep 17 00:00:00 2001 From: Hassan Kibirige Date: Thu, 29 Sep 2022 15:11:58 +0300 Subject: [PATCH] Update changelog for release --- doc/changelog.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 7bf63a4ee..494d523dc 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,8 +1,9 @@ Changelog ========= -Next Release ------------- +v0.10.0 +------- +(2022-09-10) Bug Fixes @@ -20,7 +21,8 @@ Bug Fixes New Features ************ -- :class:`~plotnine.geoms.geom_ribbon` acquired new parameter `` where. +- :class:`~plotnine.geoms.geom_ribbon` acquired new parameter ``where`` + which can be used shade withing given limits . - Added support for objects with a ``to_pandas`` method to convert them to a pandas dataframe. You can now pass in `polars `_ dataframes.