summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorsoftprops <d.tangren@gmail.com>2016-01-03 14:16:51 -0500
committersoftprops <d.tangren@gmail.com>2016-01-03 14:16:51 -0500
commitd97ce41bafc0aefc88cb7b2ee905402caec93535 (patch)
tree9c2ed909ad00390c58e275ad71f046372f404d93 /CHANGELOG.md
parent4500103c44b3de45bae2d6e4a50b5c4b5aad5d5c (diff)
better error rep
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 877b717..afe0b96 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,13 @@
# unreleased 0.2.0
+* improve (remove) mut in interfaces where it was no longer needed
* gitignore Cargo.lock
* update deps
* refactor to use [hyperlocal](https://github.com/softprops/hyperlocal) for better unix domain socket transport support
* Added ContainerListBuilder interface
* Config Cmd and Env are now Option types
* expose Config env as a map instead of a vec of strings
-* export containers and image
+* add support for export containers and image
# 0.1.2