summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorÁrni Dagur <arni@dagur.eu>2021-06-26 16:20:29 +0000
committerÁrni Dagur <arni@dagur.eu>2021-06-26 19:10:50 +0000
commitfb1832feb868a81e2d10a1707c57df4623304313 (patch)
treef77f31d340f19b0e4d96a92ccc23cdeb6b135738 /CHANGELOG.md
parent0d5c8b8cfa1025c29b96db3c52ff54a7d204923f (diff)
Create a custom exception type for this library
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 245a88a..a62516d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch
5 5
6## Unreleased 6## Unreleased
7--- 7---
8### Breaks
9* Library now throws the custom `adblock.AdblockException` exception, instead of `ValueError`.
10
8 11
9## 0.4.4 - (2021-04-13) 12## 0.4.4 - (2021-04-13)
10--- 13---