diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2016-04-11 14:14:25 +0200 |
---|---|---|
committer | Nicolas Lœuillet <nicolas@loeuillet.org> | 2016-04-11 14:14:25 +0200 |
commit | a83fbf4504f08612020792bd454bf1c881fb3c14 (patch) | |
tree | 60374fb73a97dbc1d359541c78f42b04f10c8dc6 /CHANGELOG.md | |
parent | 574d101561b0301dcca3e775d63c71fd819b5850 (diff) | |
parent | d098cb04a846524aed151b9c0af4c4f390596e2c (diff) | |
download | wallabag-a83fbf4504f08612020792bd454bf1c881fb3c14.tar.gz wallabag-a83fbf4504f08612020792bd454bf1c881fb3c14.tar.zst wallabag-a83fbf4504f08612020792bd454bf1c881fb3c14.zip |
Merge pull request #1909 from wallabag/prepare-release-2.0.1
Prepare release 2.0.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index edab7936..910eb5de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -2,7 +2,7 @@ | |||
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 | ## [Unreleased] | 5 | ## [2.0.1] - 2016-04-11 |
6 | ### Added | 6 | ### Added |
7 | 7 | ||
8 | - [Documentation about importing large file](http://doc.wallabag.org/en/v2/user/installation.html#installing-on-nginx) into nginx. (Nicolas Lœuillet) | 8 | - [Documentation about importing large file](http://doc.wallabag.org/en/v2/user/installation.html#installing-on-nginx) into nginx. (Nicolas Lœuillet) |
@@ -37,7 +37,7 @@ All notable changes to this project will be documented in this file. This projec | |||
37 | - [#1868](https://github.com/wallabag/wallabag/pull/1868) Remove keyboard shortcut and add tagging rule panel in baggy (Nicolas Lœuillet) | 37 | - [#1868](https://github.com/wallabag/wallabag/pull/1868) Remove keyboard shortcut and add tagging rule panel in baggy (Nicolas Lœuillet) |
38 | - [#1824](https://github.com/wallabag/wallabag/pull/1824) Remove SMTP configuration environment overrides (Mathieu Bruyen) | 38 | - [#1824](https://github.com/wallabag/wallabag/pull/1824) Remove SMTP configuration environment overrides (Mathieu Bruyen) |
39 | 39 | ||
40 | ## [2.0.0] - 2016-04-04 | 40 | ## [2.0.0] - 2016-04-03 |
41 | ### Added | 41 | ### Added |
42 | 42 | ||
43 | * save an article, read it, favorite it, archive it. (Hopefully) | 43 | * save an article, read it, favorite it, archive it. (Hopefully) |