]> granicus.if.org Git - graphviz/commitdiff
fix changelog entry that was entered under an older release
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 30 Nov 2022 06:05:56 +0000 (22:05 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 30 Nov 2022 06:06:38 +0000 (22:06 -0800)
When rebasing 8f60584180071ab9c0f212c3f31aac1d53ed4757, I mistakenly forgot to
adjust its changelog entry for the release that had happened in the intervening
time.

Gitlab: #56

CHANGELOG.md

index 0d773d85e5bad695c4cb1ca148754c51d49cea4f..6f435e447c21b3adebe4874f00ec6b612ba7c564 100644 (file)
@@ -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