-
-
Notifications
You must be signed in to change notification settings - Fork 464
Update changelog #453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update changelog #453
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, good. I was meaning to get to this; thanks for getting there first!
@@ -35,7 +35,7 @@ | |||
|
|||
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png", | |||
html_favicon_url = "https://www.rust-lang.org/favicon.ico", | |||
html_root_url = "https://docs.rs/rand_core/0.1.0")] | |||
html_root_url = "https://docs.rs/rand_core/0.2")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was mentioned in the top-level Cargo.toml but not the rand_core one...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing from this:
CHANGELOG.md
Outdated
- Add `Range::sample_single` to allow for optimized implementations. (#274) | ||
- Rename `Range` to `Uniform`. (#) | ||
- Add `Uniform::new_inclusive` for inclusive ranges. (#274) | ||
- Add `Uniform::sample_single` to allow for optimized implementations. (#274) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
has been removed in #454
CHANGELOG.md
Outdated
- Rework `Range` type, making it possible to implement it for user types. (#274) | ||
- Add `Range::new_inclusive` for inclusive ranges. (#274) | ||
- Add `Range::sample_single` to allow for optimized implementations. (#274) | ||
- Rename `Range` to `Uniform`. (#) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated. Thanks for looking carefully, I messed some things up. I mentioned #435 in the line about adding a prelude, it seemed to me the module organisation is not that visible to users. |
No description provided.