summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorsoftprops <d.tangren@gmail.com>2018-10-17 11:56:22 -0400
committersoftprops <d.tangren@gmail.com>2018-10-17 11:56:22 -0400
commit56cc6549012693d869e258f057df8163fab4843f (patch)
tree11923f10cbf67c8da4fc03ba27716202e8c660b9 /CHANGELOG.md
parentfca3f67dae0f39a6c11c6ad414eebfbd751d5a47 (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 e4b534e..5de9db4 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.
+* add `expose` option for ports on container builders [#127](https://github.com/softprops/shiplift/pull/127)
* removed public {Entity}Builder.new() constructors. Use `{Entity}.builder()` interfaces to construct these instead [#125](https://github.com/softprops/shiplift/pull/125)
* repo labels are now optional [#102](https://github.com/softprops/shiplift/pull/102)
* interlacing tty [#101](https://github.com/softprops/shiplift/pull/101)