From b33ee6922d644ae7f86e78fc6d40f40bc95a4112 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Wed, 6 May 2020 12:07:50 -0700 Subject: Update CHANGES.txt --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- CHANGES.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3b062d1..4c2d467 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,5 +7,5 @@ https://scons.org/guidelines.html ## Contributor Checklist: * [ ] I have created a new test or updated the unit tests to cover the new/changed functionality. -* [ ] I have updated `src/CHANGES.txt` (and read the `README.txt` in that directory) +* [ ] I have updated `CHANGES.txt` (and read the `README.rst`) * [ ] I have updated the appropriate documentation diff --git a/CHANGES.txt b/CHANGES.txt index 829a994..82809b9 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -48,6 +48,8 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER - Resolve Issue #3248 - Removing '-Wl,-Bsymbolic' from SHLIBVERSIONFLAGS NOTE: If your build depends on the above you must now add to your SHLIBVERSIONFLAGS - Speedup bin/docs-update-generated by caching parsed docbook schema. (60x speedup) + - Reorganized source tree. Moved src/engine/SCons to SCons to be more in line with current Python source + tree organization practices. From Jeremy Elson: - Updated design doc to use the correct syntax for Depends() -- cgit v0.12