Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
getrandom
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
felixmoebius
getrandom
Commits
5d2a4a2e
Unverified
Commit
5d2a4a2e
authored
4 years ago
by
Joe Richey
Browse files
Options
Downloads
Patches
Plain Diff
Update Changelog for 0.2
Signed-off-by:
Joe Richey
<
joerichey@google.com
>
parent
5f4886bc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+36
-0
36 additions, 0 deletions
CHANGELOG.md
with
36 additions
and
0 deletions
CHANGELOG.md
+
36
−
0
View file @
5d2a4a2e
...
...
@@ -4,6 +4,42 @@ All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
http://keepachangelog.com/en/1.0.0/
)
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## [0.2.0] - 2020-09-10
### Features for using getrandom on unsupported targets
The following (off by default) Cargo features have been added:
-
`"rdrand"`
- use the RDRAND instruction on
`no_std`
`x86`
/
`x86_64`
targets [#133]
-
`"js"`
- use JavaScript calls on
`wasm32-unknown-unknown`
[#149]
-
Replaces the
`stdweb`
and
`wasm-bindgen`
features (which are removed)
-
`"custom"`
- allows a user to specify a custom implementation [#109]
### Breaking Changes
-
Unsupported targets no longer compile [#107]
-
Change/Add
`Error`
constants [#120]
-
Only impl
`std`
traits when the
`"std"`
Cargo feature is specified [#106]
-
Remove offical support for Hermit, L4Re, and UEFI [#133]
-
Remove optional
`"log"`
dependancy [#131]
-
Update minimum supported Linux kernel to 2.6.32 [#153]
-
Update MSRV to 1.34 [#159]
[
#106
]:
https://github.com/rust-random/getrandom/pull/106
[
#107
]:
https://github.com/rust-random/getrandom/pull/107
[
#109
]:
https://github.com/rust-random/getrandom/pull/109
[
#120
]:
https://github.com/rust-random/getrandom/pull/120
[
#131
]:
https://github.com/rust-random/getrandom/pull/131
[
#133
]:
https://github.com/rust-random/getrandom/pull/133
[
#149
]:
https://github.com/rust-random/getrandom/pull/149
[
#153
]:
https://github.com/rust-random/getrandom/pull/153
[
#159
]:
https://github.com/rust-random/getrandom/pull/159
## [0.1.15] - 2020-09-10
### Changed
-
Added support for Internet Explorer 11 [#139]
-
Fix Webpack require warning with
`wasm-bindgen`
[#137]
[
#137
]:
https://github.com/rust-random/getrandom/pull/137
[
#139
]:
https://github.com/rust-random/getrandom/pull/139
## [0.1.14] - 2020-01-07
### Changed
-
Remove use of spin-locks in the
`use_file`
module. [#125]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment