summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authordoug tangren <d.tangren@gmail.com>2018-10-13 21:13:51 -0400
committerGitHub <noreply@github.com>2018-10-13 21:13:51 -0400
commit4dacec4f02098aa92529a8ab168a3b681d385ace (patch)
treebd468ec3b9d3cf31a7243dd5172ae350bd4c7025 /CHANGELOG.md
parent762468344db4d7ab9e1aa077a769092f384a19a2 (diff)
remove pub builder constructors (#125)
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 c769997..51310e8 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.
+* removed public {Entity}Builder.new() constructors. Use `{Entity}.builder()` interfaces to construct these instead
* 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)