Updated changelog with docker port fixes

This commit is contained in:
Chris Bednarski 2015-11-20 14:45:59 -08:00
parent 16291b2d4f
commit 24e088f8fa

View file

@ -1,4 +1,16 @@
## 0.2.0
## 0.2.1 (UNRELEASED)
IMPROVEMENTS:
* core: Can specify a whitelist for activating drivers [GH-467]
BUG FIXES:
* driver/docker: Expose the container port instead of the host port [GH-466]
* driver/docker: Support `port_map` for static ports [GH-476]
* driver/docker: Pass 0.2.0-style port environment variables to the docker container [GH-476]
## 0.2.0 (November 18, 2015)
BACKWARDS INCOMPATIBILITIES: