diff --git a/doc/changelog.rst b/doc/changelog.rst index 395706b72..7aaac5c41 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -7,6 +7,13 @@ Changelog New ~~~ +- Introduce a dedicated negation operator in the + expression system + (`#99 `__). +- Implement various new automatic simplifications + in the expression system, and introduce ``powi()`` as + an alternative exponentiation function for natural exponents + (`#98 `__). - Implement propagation over a time grid (`#95 `__). - Implement support for dense output @@ -16,6 +23,13 @@ New integrator classes (`#91 `__). +Fix +~~~ + +- Avoid division by zero in certain corner cases + when using ``pow()`` with small natural exponents + (`#98 `__). + 0.3.0 (2021-02-11) ------------------