CHANGELOG.md in openssl-signature_algorithm-0.1.1 vs CHANGELOG.md in openssl-signature_algorithm-0.2.0

- old
+ new

@@ -1,7 +1,13 @@ # Changelog +## [v0.2.0] - 2020-01-29 + +### Added + +- `OpenSSL::SignatureAlgorithm::ECDSA#verify` now supports raw (non DER) signatures + ## [v0.1.1] - 2020-01-29 ### Fixed - Fixed error in `OpenSSL::SignatureAlgorithm::RSAPSS#sign` @@ -12,7 +18,8 @@ - `OpenSSL::SignatureAlgorithm::ECDSA` - `OpenSSL::SignatureAlgorithm::RSAPSS` - `OpenSSL::SignatureAlgorithm::RSAPKCS1` +[v0.2.0]: https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.1.1...v0.2.0/ [v0.1.1]: https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.1.0...v0.1.1/ [v0.1.0]: https://github.com/cedarcode/openssl-signature_algorithm/compare/41887c277dc7fa0c884ccf8924cf990ff76784d9...v0.1.0/