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

20 lines
492 B
Markdown
Raw Normal View History

2021-03-11 12:31:11 +05:30
# 0.1.1
2021-03-27 14:32:46 +05:30
## Added
- `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
## Changed
- 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
2021-03-24 14:19:18 +05:30
# 0.1.2
2021-03-27 14:32:46 +05:30
## Changed
2021-03-24 14:19:18 +05:30
- actix upgraded to `0.11`