diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-08-10 15:03:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-10 15:03:43 +0200 |
commit | 8617972f3f947ba6ceaa872e18487a9172f95189 (patch) | |
tree | ee433ef4104c28ecef869d323af7ded57676a832 /CHANGELOG.md | |
parent | 029965b6a21824602e0cddc8b6dcd859da38edc2 (diff) | |
parent | a26f91dcb64217115550fb79092912e1fd4bacd3 (diff) | |
download | wallabag-8617972f3f947ba6ceaa872e18487a9172f95189.tar.gz wallabag-8617972f3f947ba6ceaa872e18487a9172f95189.tar.zst wallabag-8617972f3f947ba6ceaa872e18487a9172f95189.zip |
Merge pull request #2212 from wallabag/prepare-206
Prepare release 2.0.6
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 97245c68..575d01cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -2,6 +2,22 @@ | |||
2 | 2 | ||
3 | All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). | 3 | All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). |
4 | 4 | ||
5 | ## [2.0.6] - 2016-08-10 | ||
6 | |||
7 | ### Changed | ||
8 | |||
9 | - [#2199](https://github.com/wallabag/wallabag/pull/2199) Handling socials links into a config file (Simon Alberny) | ||
10 | - [#2172](https://github.com/wallabag/wallabag/pull/2172) Change the way to login user in tests (Jeremy Benoist) | ||
11 | - [#2155](https://github.com/wallabag/wallabag/pull/2155) Use friendsofphp instead of fabpot for PHP CS Fixer (Jeremy Benoist) | ||
12 | |||
13 | ### Fixed | ||
14 | |||
15 | - [#2200](https://github.com/wallabag/wallabag/pull/2200) Fixed typo in entry:notice:entry_saved (charno6) | ||
16 | - [#2185](https://github.com/wallabag/wallabag/pull/2185) Fix 3rd-Party Apps links (Chrome & Firefox) (Thomas Citharel) | ||
17 | - [#2165](https://github.com/wallabag/wallabag/pull/2165) Fix a few french translations typos (Thomas Citharel) | ||
18 | - [#2157](https://github.com/wallabag/wallabag/pull/2157) Handle only upper or only lower reading filter (Jeremy Benoist) | ||
19 | - [#2156](https://github.com/wallabag/wallabag/pull/2156) Try to find bad redirection after delete (Jeremy Benoist) | ||
20 | |||
5 | ## [2.0.5] - 2016-05-31 | 21 | ## [2.0.5] - 2016-05-31 |
6 | 22 | ||
7 | ### Added | 23 | ### Added |