Update development history with changes from #658

This commit is contained in:
Brian P O'Rourke 2020-06-18 10:52:42 -07:00 committed by Micah Geisel
parent 52514b3c8a
commit 855abc968d

View file

@ -1,3 +1,11 @@
== Development (unreleased)
=== Changes
* Rename `url_whitelist` to `url_allowlist`
=== Breaking changes
* Failed checks against the allowlist now raise `UrlNotAllowed` rather than `NotWhitelistedUrl`
== 2.0.0.beta2 2020-05-30
=== Features