aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-22 18:08:16 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-22 18:08:16 +0200
commitdafde7fb2fa3b5fa6769470d7b7a6e843e77a3d5 (patch)
treeb46bde99bffc5aeb31bf5f72031f098629fdf0e9 /CHANGELOG.md
parent9481187896b00b126afbf05d70fe9fe3621937ec (diff)
downloadwallabag-dafde7fb2fa3b5fa6769470d7b7a6e843e77a3d5.tar.gz
wallabag-dafde7fb2fa3b5fa6769470d7b7a6e843e77a3d5.tar.zst
wallabag-dafde7fb2fa3b5fa6769470d7b7a6e843e77a3d5.zip
Prepare release 2.0.3
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
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
3All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). 3All 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