Update changelist.org

This commit is contained in:
Ty Overby 2017-03-19 20:13:00 -07:00 committed by GitHub
parent 539637d78b
commit 9bc83fdf1e
1 changed files with 3 additions and 0 deletions

View File

@ -22,3 +22,6 @@
** Changed SizeLimit to be a trait instead of an enum ** Changed SizeLimit to be a trait instead of an enum
Mostly for performance reasons. Mostly for performance reasons.
** Removed RefBox / StrBox / SliceBox
Since rustc-serialize support was phased out, you can use `Cow<T>` with serde.