diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 5c6662c3cbe..ef42df519a2 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -26,6 +26,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 (#3583) - Fixed `eachindex` for multiple arguments of [`Containers.DenseAxisArray`](@ref) and [`Containers.SparseAxisArray`](@ref) (#3587) + - Expressions with more than 60 terms now print in truncated form. This + prevents large expressions from being accidentally printed to terminal or + IJulia output (#3575) ### Other