aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index b6bc51a5..c18cbbcc 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -8,7 +8,8 @@ current
* Redoing entierly the home page with react, JARR is going on toward a one page app;
* Implementing categorie;
* The classic crawler is now taking into account updated articles from feeds;
- * Support of HTTP proxy has been removed.
+ * Support of HTTP proxy has been removed;
+ * article URL resolving has been removed (wasn't used).
Improvements:
* Code re-arangement: move all code to /src/
bgstack15