summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorsoftprops <d.tangren@gmail.com>2018-10-03 12:12:42 -0400
committersoftprops <d.tangren@gmail.com>2018-10-03 12:12:42 -0400
commit75ed0265cc1f3117311507f016cbf676ed033173 (patch)
treef9a9a67edb2921cff0a0e08777b46ea8bbb148e9 /CHANGELOG.md
parentb5321a843076f26cbc0deac46e4c0f267d7e74b1 (diff)
more changelog notes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0263a92..e74118b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# 0.4.0 (unreleased)
-todo: document supported api version
+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.
* repo labels are now optional [#102](https://github.com/softprops/shiplift/pull/102)
* interlacing tty [#101](https://github.com/softprops/shiplift/pull/101)
@@ -15,7 +15,6 @@ todo: document supported api version
* change `SearchResult#is_trusted` to `SearchResult#is_automated` [#89](https://github.com/softprops/shiplift/pull/89)
* add container builder option for memory [#86](https://github.com/softprops/shiplift/pull/86)
* allow `HostConfig#MemorySwap` to be negative [#87](https://github.com/softprops/shiplift/pull/87)
-* ...
# 0.3.2
* upgraded to hyper 0.10