diff --git a/ChangeLog b/ChangeLog index 5821156e23..b1e060194d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Version 9.5.0 +------------- + + * New config property, parse.preloadbuilddefs which specifies files to be loaded + into the global rule context. + * Moved a bunch of config properties (buildfilename, blacklistdirs, lang, parserengine, + nonce, experimentaldir and linttool) out of the [please] section since that had + turned into a bit of a grab-bag of unstructured properties. + Old ones are still honoured for now but will be removed in v10.0. + * please_sandbox now mounts a tmpfs on /tmp + * `plz query print` prints a comment & build label on stdout rather then the bare label + on stderr. + + Version 9.4.3 ------------- diff --git a/VERSION b/VERSION index 32001628b6..d223b45108 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.4.3 +9.5.0