changelog format
This commit is contained in:
parent
765ec62e4d
commit
ab2f418b57
3 changed files with 13 additions and 7 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,13 +1,19 @@
|
|||
# 0.1.1
|
||||
- typo fix: `MCaptcha::decrement_visiotr()` became `MCaptcha::decrement_visitor()`
|
||||
- `serde::{Serialize, Deserialize}` impls (shouldn't break anything)
|
||||
- `MCaptcha` throws error when duration is 0
|
||||
- `Visitor` is changed to `AddVisitor`
|
||||
|
||||
## Added
|
||||
- `Master` packs a garbage collector to stop and get rid of inactive
|
||||
`MCaptcha` actors
|
||||
- `serde::{Serialize, Deserialize}` impls (shouldn't break anything)
|
||||
|
||||
|
||||
## Changed
|
||||
- typo fix: `MCaptcha::decrement_visiotr()` became `MCaptcha::decrement_visitor()`
|
||||
- `MCaptcha` throws error when duration is 0
|
||||
- `Visitor` is changed to `AddVisitor`
|
||||
- `Master` constructor accepts a parameter to configure GC(see previous
|
||||
point) period
|
||||
|
||||
# 0.1.2
|
||||
- no API changes
|
||||
|
||||
## Changed
|
||||
- actix upgraded to `0.11`
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -322,7 +322,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "m_captcha"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
dependencies = [
|
||||
"actix",
|
||||
"actix-rt",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</p>
|
||||
|
||||
[](https://mcaptcha.github.io/mCaptcha/m_captcha/index.html)
|
||||
[](https://mcaptcha.org/docs/api/mcaptcha-system)
|
||||
[](https://mcaptcha.org/docs/api/mcaptcha-system)
|
||||
[](https://deps.rs/repo/github/mCaptcha/mCaptcha)
|
||||
[](http://www.gnu.org/licenses/agpl-3.0)
|
||||
/badge.svg>)
|
||||
|
|
Loading…
Reference in a new issue