Update changelog

This commit is contained in:
Romain Ruetschi
2018-03-08 00:38:45 +01:00
parent 9c123a900d
commit e6ed97b7d7

View File

@ -1,10 +1,20 @@
# Changelog # Changelog
## [Unreleased](https://github.com/SpinResearch/RustySecrets/compare/v0.1.0...master) ## [Unreleased](https://github.com/SpinResearch/RustySecrets/compare/v0.2.1...master)
> Nothing yet. > Nothing yet.
## [v0.2.1](https://github.com/SpinResearch/RustySecrets/compare/v0.1.0...v0.2.1) (2018-03-08)
## Fixed
- Fix bug where threshold did not set deg of secret polynomial (@nvesely)
## Added
- Implement {Add, Div, Mul, Sub}Assign for Gf256 (@nvesely)
## [v0.1.0](https://github.com/SpinResearch/RustySecrets/compare/0.0.2...v0.1.0) (2018-02-13) ## [v0.1.0](https://github.com/SpinResearch/RustySecrets/compare/0.0.2...v0.1.0) (2018-02-13)
### Added ### Added