Skip to content

Commit

Permalink
Update to documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
leontoeides committed Oct 10, 2023
1 parent 1d09dfa commit ab55808
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* Release notes are available on
[GitHub](https://github.com/leontoeides/indicium/releases).

* `0.5.2`: New optional `ahash` feature which is turned on by default. When this
feature is enabled, this library will utilize
* `0.5.2`: New, optional `ahash` feature which is turned on by default. When
this feature is enabled, this library will utilize
[ahash](https://lib.rs/crates/ahash) for faster `HashMap` and `HashSet` hashing
rather than the standard library's SipHash.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ performance may begin to degrade at a point.
* The release notes on [GitHub](https://github.com/leontoeides/indicium/releases)
will be used as the changelog going forward.

* `0.5.2`: New optional `ahash` feature which is turned on by default. When this
feature is enabled, this library will utilize
* `0.5.2`: New, optional `ahash` feature which is turned on by default. When
this feature is enabled, this library will utilize
[ahash](https://lib.rs/crates/ahash) for faster `HashMap` and `HashSet` hashing
rather than the standard library's SipHash.

Expand Down
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
//! log](https://github.com/leontoeides/indicium/blob/main/CHANGELOG.md) is
//! available on GitHub.
//!
//! * `0.5.2`: New optional `ahash` feature which is turned on by default. When
//! * `0.5.2`: New, optional `ahash` feature which is turned on by default. When
//! this feature is enabled, this library will utilize
//! [ahash](https://lib.rs/crates/ahash) for faster `HashMap` and `HashSet`
//! hashing rather than the standard library's SipHash.
//!
//! * `0.5.1`: Fixes compile failure for the experimental `select2` feature and when
//! not using `fuzzy` feature.
//! * `0.5.1`: Fixes compile failure for the experimental `select2` feature and
//! when not using `fuzzy` feature.
//!
//! * `0.5.0`: The `simple` search index now internally employs the
//! [kstring](https://crates.io/crates/kstring) crate. This should help with
Expand Down

0 comments on commit ab55808

Please sign in to comment.