CHANGELOG.md in kitchen-docker-2.2.0 vs CHANGELOG.md in kitchen-docker-2.3.0
- old
+ new
@@ -1,4 +1,9 @@
+## 2.3.0
+
+* `build_context` option (boolean) to enable/disable sending the build
+context to Docker.
+
## 2.2.0
* Use a temporary file for each suite instance Docker container
Dockerfile, instead of passing their contents via STDIN. This allows for
the use of commands like ADD and COPY. **Users must now use Docker >= 1.5.0**