This repository has been archived on 2022-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
tmp2/CHANGELOG.md

21 lines
583 B
Markdown
Raw Normal View History

2021-04-02 11:05:33 +05:30
## 0.1.3
## Fixed
- a bug in `mCaptcha/pow_sha256` was causing errors in PoW computation
2021-03-27 14:32:46 +05:30
2021-04-02 11:05:33 +05:30
## 0.1.2
## Changed
- actix upgraded to `0.11`
## 0.1.1
### Added
2021-03-27 14:32:46 +05:30
- `Master` packs a garbage collector to stop and get rid of inactive
`MCaptcha` actors
2021-03-12 13:52:49 +05:30
- `serde::{Serialize, Deserialize}` impls (shouldn't break anything)
2021-03-27 14:32:46 +05:30
2021-04-02 11:05:33 +05:30
### Changed
2021-03-27 14:32:46 +05:30
- typo fix: `MCaptcha::decrement_visiotr()` became `MCaptcha::decrement_visitor()`
2021-03-15 19:30:46 +05:30
- `MCaptcha` throws error when duration is 0
- `Visitor` is changed to `AddVisitor`
- `Master` constructor accepts a parameter to configure GC(see previous
point) period