blob: e225fa98bf3f153e348c5626c8946b7496b822f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
# CHANGELOG
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Changelog](http://keepachangelog.com/).
## Unreleased
---
### New
### Changes
* Updated PyO3 to version `0.13`.
### Fixes
### Breaks
* Dropped Python `3.5` support.
## 0.4.0 - (2020-12-16)
---
### New
* Maintain a `CHANGELOG.md` file.
* Include `generichide` field in `UrlSpecificResources`.
### Fixes
* Include `Cargo.lock` in source control, fixing incorrect dependency resolution [#15](https://github.com/ArniDagur/python-adblock/issues/15).
### Breaks
* Remove `explicit_cancel` field from `BlockerResult`, as it has been removed upstream.
## 0.3.2 - (2020-09-22)
---
### New
* Build Python 3.9 wheels.
### Changes
* Updated PyO3 to version `0.12`.
### Fixes
* Don't use star imports in `__init__.py` to give linters and type checkers more information.
|