summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 2bd8cfab6ac5e5a3fc0f39618c35428004da7dd2 (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
# 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

### Fixes

### Breaks


## 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.