aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas@loeuillet.org>2016-08-22 10:08:21 +0200
committerNicolas Lœuillet <nicolas@loeuillet.org>2016-08-22 10:08:21 +0200
commit5068544e10089b9c0dd3c98c5b3be1a5f4208903 (patch)
tree5636ca1ac1eb54dceb2d2e3371b04eb5beb110a1 /CHANGELOG.md
parentc649d433810906571995a60eb6a486766e4875cf (diff)
downloadwallabag-5068544e10089b9c0dd3c98c5b3be1a5f4208903.tar.gz
wallabag-5068544e10089b9c0dd3c98c5b3be1a5f4208903.tar.zst
wallabag-5068544e10089b9c0dd3c98c5b3be1a5f4208903.zip
Prepare wallabag 2.0.7
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 575d01cf..a6f7e168 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,23 @@
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.7] - 2016-08-22
6
7### Added
8
9- [#2222](https://github.com/wallabag/wallabag/pull/2222) Added creation date and reading time on article view (Nicolas Lœuillet)
10- [#2134](https://github.com/wallabag/wallabag/pull/2134) Run tests on an uptodate HHVM (Jeremy Benoist)
11
12### Changed
13
14- [#2221](https://github.com/wallabag/wallabag/pull/2221) Replaced favorite word/icon with star one (Nicolas Lœuillet)
15
16### Fixed
17
18- [#2224](https://github.com/wallabag/wallabag/pull/2224) Avoid breaking import when fetching fail (Jeremy Benoist)
19- [#2216](https://github.com/wallabag/wallabag/pull/2216), [#2220](https://github.com/wallabag/wallabag/pull/2220) Enable CORS headers for OAUTH part (Rurik19)
20- [#2095](https://github.com/wallabag/wallabag/pull/2095) Fix form user display when 2FA is disabled (Nicolas Lœuillet)
21
5## [2.0.6] - 2016-08-10 22## [2.0.6] - 2016-08-10
6 23
7### Changed 24### Changed