Skip to content

Commit

Permalink
Add try_from_bisector to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
foresterre committed May 25, 2022
1 parent a744125 commit 108cb86
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## [Unreleased]

### Added

* Add fallible function `Indices::try_from_bisector` to create a valid `Indices` instance

### Documentation

* Improved documentation of `Indices::from_bisector`, by better explaining how it may cause problems when calling `bisect`
or `try_bisect`.
* Suggest usage of `Indices::try_from_bisector` over `Indices::from_bisector`

[Unreleased]: https://github.com/foresterre/bisector/compare/v0.3.0...HEAD

0 comments on commit 108cb86

Please sign in to comment.