diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-04-22 18:40:48 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-04-22 18:40:48 +0200 |
commit | 9c0bc04cfe61e84e21e33b8f8a51161851455221 (patch) | |
tree | b46bde99bffc5aeb31bf5f72031f098629fdf0e9 /CHANGELOG.md | |
parent | 9481187896b00b126afbf05d70fe9fe3621937ec (diff) | |
parent | dafde7fb2fa3b5fa6769470d7b7a6e843e77a3d5 (diff) | |
download | wallabag-9c0bc04cfe61e84e21e33b8f8a51161851455221.tar.gz wallabag-9c0bc04cfe61e84e21e33b8f8a51161851455221.tar.zst wallabag-9c0bc04cfe61e84e21e33b8f8a51161851455221.zip |
Merge pull request #1965 from wallabag/prepare-203
Prepare release 2.0.3
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5377d1f1..e6415983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -2,6 +2,16 @@ | |||
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.3] - 2016-04-22 | ||
6 | |||
7 | ### Added | ||
8 | |||
9 | - [#1962](https://github.com/wallabag/wallabag/pull/1962) cURL examples in documentation about API (Dirk Deimeke) | ||
10 | |||
11 | ### Fixed | ||
12 | |||
13 | - Forgot `composer.lock` file in 2.0.2 release so some users may encounter `Fatal error: Out of memory` error during installation | ||
14 | |||
5 | ## [2.0.2] - 2016-04-21 | 15 | ## [2.0.2] - 2016-04-21 |
6 | 16 | ||
7 | ### Added | 17 | ### Added |