From c14ad8bf2f59048d184bb12b40c6d9789bafcaf6 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 9 May 2024 17:29:28 +1200 Subject: [PATCH] Update docs/src/changelog.md Co-authored-by: James Foster <38274066+jd-foster@users.noreply.github.com> --- docs/src/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/changelog.md b/docs/src/changelog.md index f3c1e1597e8..87a478869e1 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -27,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed missing `promote_operation` method that resulted in slow code (#3730) - Improved performance of `getindex` for `Containers.DenseAxisArray` (#3731) - - Fixed the error message when the legacy nonnlinear API is mixed with the new + - Fixed the error message when the legacy nonlinear API is mixed with the new nonlinear API. In particular, we now uniformly throw an error message when unexpected objects occur in nonlinear expressions. (#3741)