mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 15:51:06 +01:00
e61dbae860
* refactor(settings)!: rename AtError => Error and remove AtResult from public API * update changelog * recover from file metadata errors
373 B
373 B
Changes
Unreleased - 2022-xx-xx
- Rename
AtError => Error
. - Remove
AtResult
type alias.
0.6.0 - 2022-07-31
- Update Actix Web dependencies to v4 ecosystem.
- Rename
actix.ssl
settings object toactix.tls
. NoSettings
is now marked#[non_exhaustive]
.
0.5.2 - 2022-07-31
- Adopted into @actix org from https://github.com/jjpe/actix-settings.