docs: add v0.2.1 changelog entry (legible missing-template-field error)
the README changelog jumped from v0.2.0 to nothing; added the v0.2.1 entry documenting the legible ValueError for a template placeholder not supplied to next(**fields). Signed-off-by: disqualifier <dev@disqualifier.me>
This commit is contained in:
parent
f618b6a6a1
commit
260b92b66a
@ -200,6 +200,12 @@ await reset("https://provider/reset-url") # rotate upstream ip
|
||||
|
||||
## Changelog
|
||||
|
||||
### v0.2.1
|
||||
|
||||
- **Legible missing-template-field error:** a `template=` placeholder not supplied to
|
||||
`next(**fields)` now raises a clear `ValueError` naming the field, instead of leaking
|
||||
a bare `KeyError` from `str.format`.
|
||||
|
||||
### v0.2.0
|
||||
|
||||
- **Proxy health for rotating lists:** `burn`/`restore`/`is_burned` (dead `-1` vs
|
||||
|
||||
Loading…
Reference in New Issue
Block a user