update changelog

This commit is contained in:
codl 2017-11-13 01:13:43 +01:00
parent fe52c4424f
commit 11b78e887f
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A
1 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,14 @@
## v0.0.11 (unreleased)
* image proxy now respects max-age from cache-control header
* image proxy now stores a handful of whitelisted headers
* privacy policy moved to its own page
* only one copy of each task+args can run at once
* fix Error returning to forget after cancelling authorization #14
* a whole lot of trying to not hit rate limits
* removed flask-limiter
* a whole buncha minor changes and fixes that i don't remember because i'm writing this after the fact 🤷
## v0.0.10
* a test suite (it only tests libbrotli for now)