Skip to content
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.

Commit

Permalink
Merge #322
Browse files Browse the repository at this point in the history
322: Update CHANGELOG  r=Dylan-DPC a=kpp



Co-authored-by: Roman Proskuryakov <humbug@deeptown.org>
  • Loading branch information
bors[bot] and kpp committed Apr 13, 2019
2 parents 42fc4a4 + 503db89 commit 2a9a743
Showing 1 changed file with 36 additions and 28 deletions.
64 changes: 36 additions & 28 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# 0.2.1
# ... (???)

* Add `AsRef<[u8]>` for newtypes (#323)
* Initialize libsodium with global constructor (#325)
* Update libsodium hashes due to jedisct1/libsodium#813 (#327)
* Implement memory locking and unlocking (#324)
* Add convenience functions for pwhash() and derive_key() (#309)

# 0.2.1 (March 1, 2019)

* Remove statik option from pkg_config usage (#296)
* Fix struct alignments that are not correctly recognized by bindgen (#304)
Expand All @@ -13,33 +21,33 @@

# 0.2.0 (December 2, 2018)

Add binding for sodium_add function (#210)
Add bindings for crypto_generichash (#196)
Add #[derive(Clone)] to State struct in hash_macros.rs (#228)
Add bindings for keypair_from_seed for authenticated encryption (#230)
Instruct OSX users to install pkg-config in README (#243)
Mark libsodium-sys as a member of workspace (#247)
Update README w/ Clang + Sodium version (#248)
Add xchacha20-poly1305 support (#253)
Fix tests for no_std (#257)
Removes allow_failures in Travis config (#259)
Add CONTRIBUTING.md (#261)
Add CODE_OF_CONDUCT.md (#264)
Typo fix in docs (#266)
Fix libsodium linking for MSVC (#265)
Add Windows support (MSVC) (#269)
Fix redundant linker flag specified for libsodium (#274)
Remove gh-pages support in favor of docs.rs (#270)
Add OSX build in TravisCI (#271)
Fix build on Win using vcpkg (#276)
Updated Argon2 Support (#239)
Option to download / compile libsodium (#279)
Fix warning about unused macro definition (#282)
Static bindings - no bindgen (#281)
Format all code using cargo fmt (#285)
Happy clippy (#287)
Add cargo-coveralls to TravisCI (#289)
Take code format from rust_sodium (#290)
* Add binding for sodium_add function (#210)
* Add bindings for crypto_generichash (#196)
* Add #[derive(Clone)] to State struct in hash_macros.rs (#228)
* Add bindings for keypair_from_seed for authenticated encryption (#230)
* Instruct OSX users to install pkg-config in README (#243)
* Mark libsodium-sys as a member of workspace (#247)
* Update README w/ Clang + Sodium version (#248)
* Add xchacha20-poly1305 support (#253)
* Fix tests for no_std (#257)
* Removes allow_failures in Travis config (#259)
* Add CONTRIBUTING.md (#261)
* Add CODE_OF_CONDUCT.md (#264)
* Typo fix in docs (#266)
* Fix libsodium linking for MSVC (#265)
* Add Windows support (MSVC) (#269)
* Fix redundant linker flag specified for libsodium (#274)
* Remove gh-pages support in favor of docs.rs (#270)
* Add OSX build in TravisCI (#271)
* Fix build on Win using vcpkg (#276)
* Updated Argon2 Support (#239)
* Option to download / compile libsodium (#279)
* Fix warning about unused macro definition (#282)
* Static bindings - no bindgen (#281)
* Format all code using cargo fmt (#285)
* Happy clippy (#287)
* Add cargo-coveralls to TravisCI (#289)
* Take code format from rust_sodium (#290)

# 0.1.0 (June 6, 2018)

Expand Down

0 comments on commit 2a9a743

Please sign in to comment.