From 9bc83fdf1ea3f6677804b10755b2d16018a9a401 Mon Sep 17 00:00:00 2001 From: Ty Overby Date: Sun, 19 Mar 2017 20:13:00 -0700 Subject: [PATCH] Update changelist.org --- changelist.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelist.org b/changelist.org index f568019..c8de317 100644 --- a/changelist.org +++ b/changelist.org @@ -22,3 +22,6 @@ ** Changed SizeLimit to be a trait instead of an enum Mostly for performance reasons. + +** Removed RefBox / StrBox / SliceBox + Since rustc-serialize support was phased out, you can use `Cow` with serde.