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.