From: Matthew Fernandez Date: Tue, 29 Jun 2021 14:52:46 +0000 (-0700) Subject: move GD_LIBS typo fix to Fixes section of CHANGELOG.md X-Git-Tag: 2.48.0~26^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b6261fe47727f2508e6acb4f1a1273902fddcd2;p=graphviz move GD_LIBS typo fix to Fixes section of CHANGELOG.md --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 28f7d43f7..85644ac32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix `WIN32` path of `gvc.def` specified in `libgvc_la_LDFLAGS` - the CMake build system now not only checks for Bison, but also ensures the found version is recent enough #1916 -- Fix a typo `GD_LIBS` to `GDLIB_LIBS` in `tclpkg/tcldot/Makefile.am` !2022 ### Fixed @@ -20,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Autotools enables -Wtrampolines and -Wlogical-op for Clang #2066 - node_distinct_coloring failure due to out-of-memory now reported correctly instead of referring to a failure to open lab_gamut +- Fix a typo `GD_LIBS` to `GDLIB_LIBS` in `tclpkg/tcldot/Makefile.am` !2022 ## [2.47.3] - 2021-06-19