summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorsoftprops <d.tangren@gmail.com>2018-12-24 14:34:12 +0900
committersoftprops <d.tangren@gmail.com>2018-12-24 14:34:12 +0900
commitda3cce0ccba2ae7e8ed77d9d644c61f47adfb333 (patch)
treedc8e52f3303d6ebe10fb64dee85f360d837a4aa6 /CHANGELOG.md
parentf49c72ec167ae22fd81dca8869a0c28b7d10cb99 (diff)
changelog typo
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8896d07..0c308d7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +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 c[#141](https://github.com/softprops/shiplift/pull/141)
+* 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)