aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2017-12-18 10:53:40 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2017-12-18 13:30:03 +0100
commitad880894a8dc0af97ee145f76ed10ca99e1ebf5a (patch)
treecf65cfa73436301e12c65a74d9f28a855681855a
parentacc0a801798d624cfab44ea04769a46dfa54b49b (diff)
downloadwallabag-ad880894a8dc0af97ee145f76ed10ca99e1ebf5a.tar.gz
wallabag-ad880894a8dc0af97ee145f76ed10ca99e1ebf5a.tar.zst
wallabag-ad880894a8dc0af97ee145f76ed10ca99e1ebf5a.zip
Update CHANGELOG
-rw-r--r--CHANGELOG.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ef9d2131..9dc0ec04 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,8 +11,9 @@
11### Changes 11### Changes
12 12
13- material: replace exit_to_app, redo and autorenew icons [#3513](https://github.com/wallabag/wallabag/pull/3513) 13- material: replace exit_to_app, redo and autorenew icons [#3513](https://github.com/wallabag/wallabag/pull/3513)
14- Add PHP 7.2 compatibility [#3515](https://github.com/wallabag/wallabag/pull/3515)
14 15
15## [2.3.0](https://github.com/wallabag/wallabag/tree/2.3.0) (2017-12-11) 16## [2.3.0](https://github.com/wallabag/wallabag/tree/2.3.0) (2017-12-11)
16 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.2.3...2.3.0) 17 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.2.3...2.3.0)
17 18
18### API 19### API
@@ -44,7 +45,7 @@
44### Features 45### Features
45 46
46- Share articles to Scuttle (https://github.com/scronide/scuttle) instance [#2999](https://github.com/wallabag/wallabag/pull/2999) 47- Share articles to Scuttle (https://github.com/scronide/scuttle) instance [#2999](https://github.com/wallabag/wallabag/pull/2999)
47- Allow to remove all archived entries [#3020](https://github.com/wallabag/wallabag/pull/3020) 48- Allow to remove all archived entries [#3020](https://github.com/wallabag/wallabag/pull/3020)
48- Added publication date and author [#3024](https://github.com/wallabag/wallabag/pull/3024) 49- Added publication date and author [#3024](https://github.com/wallabag/wallabag/pull/3024)
49- Added `notmatches` operator for automatic tagging rule [#3047](https://github.com/wallabag/wallabag/pull/3047) 50- Added `notmatches` operator for automatic tagging rule [#3047](https://github.com/wallabag/wallabag/pull/3047)
50- Search & paginate users [#3060](https://github.com/wallabag/wallabag/pull/3060) 51- Search & paginate users [#3060](https://github.com/wallabag/wallabag/pull/3060)
@@ -67,7 +68,7 @@
67- Changed default value for list mode (grid instead of list) [#3014](https://github.com/wallabag/wallabag/pull/3014) 68- Changed default value for list mode (grid instead of list) [#3014](https://github.com/wallabag/wallabag/pull/3014)
68- Remove `isPublic` from Entry entity [#3030](https://github.com/wallabag/wallabag/pull/3030) 69- Remove `isPublic` from Entry entity [#3030](https://github.com/wallabag/wallabag/pull/3030)
69- Use username to import [#3080](https://github.com/wallabag/wallabag/pull/3080) 70- Use username to import [#3080](https://github.com/wallabag/wallabag/pull/3080)
70- Adds Webpack support and remove Grunt [#3022](https://github.com/wallabag/wallabag/pull/3022) 71- Adds Webpack support and remove Grunt [#3022](https://github.com/wallabag/wallabag/pull/3022)
71- Improved Guzzle subscribers extensibility [#2751](https://github.com/wallabag/wallabag/pull/2751) 72- Improved Guzzle subscribers extensibility [#2751](https://github.com/wallabag/wallabag/pull/2751)
72- Added logger when we match Tagging rules [#3110](https://github.com/wallabag/wallabag/pull/3110) 73- Added logger when we match Tagging rules [#3110](https://github.com/wallabag/wallabag/pull/3110)
73- unify Download/Export wording. [#3130](https://github.com/wallabag/wallabag/pull/3130) 74- unify Download/Export wording. [#3130](https://github.com/wallabag/wallabag/pull/3130)