diff --git a/docs/source/i_whatsnew.rst b/docs/source/i_whatsnew.rst index 5fe311d5..25f1dcc1 100644 --- a/docs/source/i_whatsnew.rst +++ b/docs/source/i_whatsnew.rst @@ -45,6 +45,12 @@ email contact, see `rateslib `_. - :red:`Minor Breaking Change!` :meth:`~rateslib.calendars.get_calendar` has dropped the ``kind`` argument being only useful internally. (`524 `_) + * - Refactor + - :red:`Minor Breaking Change!` :meth:`FXForwards.rate ` + has dropped the ``path`` and ``return_path`` arguments being mainly useful internally. + Replicable functionality is achieved by importing and using the internal method + :meth:`rateslib.fx.FXForwards._rate_with_path`. + (`537 `_) 1.6.0 (30th November 2024) ****************************