diff options
| author | Árni Dagur <arni@dagur.eu> | 2020-12-16 17:43:33 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-16 17:43:33 +0000 |
| commit | 3bbd860756986c3c0412c87428746f4c6aa0f9b1 (patch) | |
| tree | bd1b9fcbdb8c43cc5e838b9f47a635515bfffea8 /CHANGELOG.md | |
| parent | c53294dd3e4bb0c0c30cb55ca444fd1e4ce26df1 (diff) | |
| parent | 6102ed1a1e75c218c87bd1f01194952a2d0614de (diff) | |
Merge pull request #16 from ArniDagur/version-0.3.3
Version 0.4.0
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 63c9cd0..2bd8cfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
| @@ -4,11 +4,11 @@ All notable changes to this project will be documented in this file. | |||
| 4 | This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Changelog](http://keepachangelog.com/). | 4 | This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Changelog](http://keepachangelog.com/). |
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | |||
| 7 | ## Unreleased | 8 | ## Unreleased |
| 8 | --- | 9 | --- |
| 9 | 10 | ||
| 10 | ### New | 11 | ### New |
| 11 | * Maintain a `CHANGELOG.md` file. | ||
| 12 | 12 | ||
| 13 | ### Changes | 13 | ### Changes |
| 14 | 14 | ||
| @@ -17,6 +17,20 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch | |||
| 17 | ### Breaks | 17 | ### Breaks |
| 18 | 18 | ||
| 19 | 19 | ||
| 20 | ## 0.4.0 - (2020-12-16) | ||
| 21 | --- | ||
| 22 | |||
| 23 | ### New | ||
| 24 | * Maintain a `CHANGELOG.md` file. | ||
| 25 | * Include `generichide` field in `UrlSpecificResources`. | ||
| 26 | |||
| 27 | ### Fixes | ||
| 28 | * Include `Cargo.lock` in source control, fixing incorrect dependency resolution [#15](https://github.com/ArniDagur/python-adblock/issues/15). | ||
| 29 | |||
| 30 | ### Breaks | ||
| 31 | * Remove `explicit_cancel` field from `BlockerResult`, as it has been removed upstream. | ||
| 32 | |||
| 33 | |||
| 20 | ## 0.3.2 - (2020-09-22) | 34 | ## 0.3.2 - (2020-09-22) |
| 21 | --- | 35 | --- |
| 22 | 36 | ||
