summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorsoftprops <d.tangren@gmail.com>2018-12-24 13:18:20 +0900
committersoftprops <d.tangren@gmail.com>2018-12-24 13:18:20 +0900
commitbe68db2e605157350cb29083afdb6721878968d3 (patch)
tree240fb2f181b3e5a870f62cc80988d047bc2a6c19 /CHANGELOG.md
parentebe4a2d80dffb89d1fbceb14dbac3dc6da004fb8 (diff)
update CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 89b6845..433f1d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
This release brings a number of breaking changes, all hopefully considered to be *good* :), and some new process to help track future changes. Some notable changes are listed below. The best source of truth will be the updated rustdocs as well as example programs in this repositories `examples` directory
+* upgraded to Rust 2018 edition [#141](https://github.com/softprops/shiplift/pull/141)
* create, list, and delete volumes [#138](https://github.com/softprops/shiplift/pull/138)
* support for AutoRemove flag [#137](https://github.com/softprops/shiplift/pull/137)
* support interactive stdin/stdout streams [#136](https://github.com/softprops/shiplift/pull/136)