summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorsoftprops <d.tangren@gmail.com>2018-10-13 22:56:30 -0400
committersoftprops <d.tangren@gmail.com>2018-10-13 22:56:30 -0400
commit06a01b8ebfbeecfab3211e0d273e4790adb904b7 (patch)
tree3debe08d9802bd00a9465d4d841706ba1f0e9922 /CHANGELOG.md
parent4dacec4f02098aa92529a8ab168a3b681d385ace (diff)
update changelog [skip ci]
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 51310e8..e4b534e 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.
-* removed public {Entity}Builder.new() constructors. Use `{Entity}.builder()` interfaces to construct these instead
+* 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)
* migrate to serde and update struct field names to line up with rust's snake_case conventions [#100](https://github.com/softprops/shiplift/pull/100)