diff options
author | Jack Lloyd <[email protected]> | 2015-12-17 20:11:12 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2015-12-17 20:11:12 -0500 |
commit | 56af160c9d4df53467ce742e2ba9b9f512fb7c83 (patch) | |
tree | 84c5adba1b77725aefe502df1c8e178835a93377 /doc | |
parent | a69c55ed127ba01b82760386ec72e33ed4fe2086 (diff) | |
parent | 2ec18f58345e1b97131787c9dbaec3027bcb15c3 (diff) |
Merge branch 'master' of github.com:randombit/botan
Diffstat (limited to 'doc')
-rw-r--r-- | doc/news.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/news.rst b/doc/news.rst index 4772501e3..e9b3d1449 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -8,6 +8,8 @@ Version 1.11.26, Not Yet Released Previously the library would in many cases throw `std::runtime_error` or `std::invalid_argument` exceptions which would make it hard to determine the source of the error in some cases. + +* Enable RdRand entropy source on Windows/MSVC. Version 1.11.25, 2015-12-07 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |