Update changelist.org
This commit is contained in:
parent
539637d78b
commit
9bc83fdf1e
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue