From: Matthew Fernandez Date: Wed, 30 Nov 2022 06:05:56 +0000 (-0800) Subject: fix changelog entry that was entered under an older release X-Git-Tag: 7.0.4~1^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=848da2e586ac88a8b10e6ab79a5139127d738cde;p=graphviz fix changelog entry that was entered under an older release When rebasing 8f60584180071ab9c0f212c3f31aac1d53ed4757, I mistakenly forgot to adjust its changelog entry for the release that had happened in the intervening time. Gitlab: #56 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d773d85e..6f435e447 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 `href` attribute is set. #265, #2319 - Building Graphviz from source using the Autotools build system in now possible on NetBSD. #2317 +- The ortho library now allocates trapezoid structures on-demand, removing the + “Trapezoid-table overflow” error that previously occurred when its upfront + estimation was exceeded. #56, #1880 ## [7.0.3] – 2022-11-26 @@ -29,9 +32,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 demand loading disabled. - `gvpack` built with the CMake build system can now find plugins correctly at run time. #1838 -- The ortho library now allocates trapezoid structures on-demand, removing the - “Trapezoid-table overflow” error that previously occurred when its upfront - estimation was exceeded. #56, #1880 ## [7.0.2] – 2022-11-18