summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathew Robinson <chasinglogic@gmail.com>2019-07-29 13:34:34 -0400
committerMathew Robinson <chasinglogic@gmail.com>2019-07-31 10:23:34 -0400
commited1da2a36133d7917625591d8e7c4452c13f70ae (patch)
tree79148cd91bfb4f8f3390ab3548fcf839bf754f51
parent1d146c46d99cd8f0acad622e3b0665d184aea976 (diff)
downloadscons-git-ed1da2a36133d7917625591d8e7c4452c13f70ae.tar.gz
[ci skip] Add explanation of situations causing issue #3415
-rwxr-xr-xsrc/CHANGES.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index b5b6652aa..954e2f859 100755
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -10,6 +10,14 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
- Whatever John Doe did.
+ From Mathew Robinson:
+
+ - Fix issue #3415 - Update remaining usages of EnvironmentError to SConsEnvironmentError
+ this patch fixes issues introduced in 3.1.0 where any of the
+ following would cause SCons to error and exit:
+ - CacheDir not write-able
+ - JSON encoding errors for CacheDir config
+ - JSON decoding errors for CacheDir config
RELEASE 3.1.0 - Mon, 20 Jul 2019 16:59:23 -0700