From: Matthew Fernandez Date: Sat, 14 Jan 2023 17:18:47 +0000 (-0800) Subject: add a CHANGELOG entry for the prior change X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de11309e52a98067b19c45630c7d9a8d964f5547;p=graphviz add a CHANGELOG entry for the prior change Gitlab: fixes #2340 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 30479deec..db129db99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The Autotools build system no longer errors when attempting libANN discovery during cross-compilation. This was a regression in Graphviz 7.0.6. #2335 - Graphs with more than 46341 (⌈√INT_MAX⌉) nodes no longer crash `twopi`. #1999 +- Compatibility with `/bin/sh` has been restored in the Autotools build system. + This was a regression in Graphviz 7.0.6. This restores the ability to compile + on NetBSD which was fixed in 7.0.4 but regressed in 7.0.6. #2340 ## [7.0.6] – 2023-01-06