diff options
author | djh <1810493+djh82@users.noreply.github.com> | 2021-07-05 17:25:42 (GMT) |
---|---|---|
committer | djh <1810493+djh82@users.noreply.github.com> | 2021-07-05 17:25:42 (GMT) |
commit | bc71b14aa8ebf22f4a49b406508485f7a963eb2f (patch) | |
tree | 8cbf7b20d1a8f9d27b4c4a62b066dab1cae9041a /CHANGES.txt | |
parent | 91e5157a06441158c410cea86fe7a4728e3fca81 (diff) | |
download | SCons-bc71b14aa8ebf22f4a49b406508485f7a963eb2f.zip SCons-bc71b14aa8ebf22f4a49b406508485f7a963eb2f.tar.gz SCons-bc71b14aa8ebf22f4a49b406508485f7a963eb2f.tar.bz2 |
feat: adds minor java improvements
Diffstat (limited to 'CHANGES.txt')
-rwxr-xr-x | CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index c73f345..343d547 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -37,6 +37,8 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER - Fix Issue #3906 - `IMPLICIT_COMMAND_DEPENDENCIES` was not properly disabled when set to any string value (For example ['none','false','no','off']) Also previously 'All' wouldn't have the desired affect. + - Add JavaScanner to include JAVACLASSPATH as a dependency when using the Java tool. + - Fix incorrect Java classpath generation when a NodeList is used as part of any JAVA*PATH variables. From Ivan Kravets: - Provide a custom argument escape function for `TempFileMunge` using a new |