summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7e66291..9061634 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
9## 0.6.0 - (2022-07-17)
10---
8### Added 11### Added
9* Added `aliases` optional argument to `Engine.add_resource` 12* Added `aliases` optional argument to `Engine.add_resource`
10 13
@@ -16,7 +19,6 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch
16* Minimum Rust version is now `1.53`. 19* Minimum Rust version is now `1.53`.
17* Minimum Python version is now `3.7`. 20* Minimum Python version is now `3.7`.
18 21
19
20## 0.5.2 - (2022-03-01) 22## 0.5.2 - (2022-03-01)
21--- 23---
22* Include complete redirect rule feature ([#59](https://github.com/ArniDagur/python-adblock/pull/59)). Thanks @x0day! 24* Include complete redirect rule feature ([#59](https://github.com/ArniDagur/python-adblock/pull/59)). Thanks @x0day!