Skip to content

Commit fa3fce7

Browse files
committed
Update changelog
1 parent 4fbb75f commit fa3fce7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4545
### Changed
4646

4747
- Changed `stable_deref_trait` to a platform-dependent dependency.
48+
- Changed `String::push_str` return type to `Option<()>`.
49+
- Changed `String::push` return type to `Option<()>`.
50+
- Changed `Vec::from_slice` return type to `Option<Self>`.
51+
- Changed `Vec::extend_from_slice` return type to `Option<()>`.
52+
- Changed `Vec::resize` return type to `Option<()>`.
53+
- Changed `Vec::resize_defualt` return type to `Option<()>`.
54+
- Changed `SortedLinkedList::rpop` return type to `Option<T>`.
4855

4956
### Fixed
5057

0 commit comments

Comments
 (0)