summaryrefslogtreecommitdiff
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorgrbd <garlicbready@googlemail.com>2017-08-03 12:33:51 -0700
committergrbd <garlicbready@googlemail.com>2017-08-03 12:33:51 -0700
commit89f696dfa476e26806bc92acd17e6df27440ae48 (patch)
tree86f00b955cc24fe69293f033953d2a85f43c3eb3 /src/CHANGES.txt
parentd8411e0cf81535f8396db5c07b73f40b28a197c6 (diff)
downloadscons-89f696dfa476e26806bc92acd17e6df27440ae48.tar.gz
Added docs for use of the PyPackageDir function
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index d0329495..e875a01e 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -20,6 +20,7 @@ may cause rebuilds. In no case should rebuilds not happen.
- Added a small fix to the python3 tool loader when loading a tool as a package
- Added additional documentation to the user manual on using toolpaths with the environment
This includes the use of sys.path to search for tools installed via pip or package managers
+ - Added support for a PyPackageDir function for use with the toolpath
From William Blevins:
- Updated D language scanner support to latest: 2.071.1. (PR #1924)