CHANGELOG.md in vocker-0.3.2 vs CHANGELOG.md in vocker-0.3.3
- old
+ new
@@ -1,4 +1,8 @@
+## [0.3.3](https://github.com/fgrehm/vocker/compare/v0.3.2...v0.3.3) (October 15, 2013)
+
+ - Prevent `-r=true` from being appended multiple times to `/etc/init/docker.conf`
+
## [0.3.2](https://github.com/fgrehm/vocker/compare/v0.3.1...v0.3.2) (October 12, 2013)
- Add support for additional parameters to be passed to the docker run cmd [GH-8](https://github.com/fgrehm/vocker/pull/8)
- Add `vagrant` user to the docker group in order to avoid "sudoing" [GH-5](https://github.com/fgrehm/vocker/issues/5)
- Attempt to start the docker service if it is not running