Browse code

Added missing item from Changelog

Docker-DCO-1.1-Signed-off-by: Fred Lifton <fred.lifton@docker.com> (github: fredlf)

Fred Lifton authored on 2014/11/04 06:51:51
Showing 1 changed files
... ...
@@ -31,6 +31,8 @@ Specifically, changes were made to:
31 31
 
32 32
 * Fixed escaping `$` for environment variables.
33 33
 * Fixed issue with lowercase `onbuild` instruction in a `Dockerfile`.
34
+* Restricted environment variable expansion to `ENV`, `ADD`, `COPY`, `WORKDIR`,
35
+`EXPOSE`, `VOLUME`, and `USER`
34 36
 
35 37
 ##Version 1.3.0
36 38