Skip to content

Commit c772aec

Browse files
committed
Update changelog
1 parent 91d19c4 commit c772aec

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
@@ -47,6 +47,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4747
- Changed `stable_deref_trait` to a platform-dependent dependency.
4848
- Changed `SortedLinkedList::pop` return type from `Result<T, ()>` to `Option<T>` to match `std::vec::pop`.
4949
- `Vec::capacity` is no longer a `const` function.
50+
- Changed `String::push_str` return type to `Option<()>`.
51+
- Changed `String::push` return type to `Option<()>`.
52+
- Changed `Vec::from_slice` return type to `Option<Self>`.
53+
- Changed `Vec::extend_from_slice` return type to `Option<()>`.
54+
- Changed `Vec::resize` return type to `Option<()>`.
55+
- Changed `Vec::resize_defualt` return type to `Option<()>`.
56+
- Changed `SortedLinkedList::rpop` return type to `Option<T>`.
5057

5158
### Fixed
5259

0 commit comments

Comments
 (0)