summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2017-04-17 14:06:35 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2017-04-17 14:06:44 +0200
commit78ce0eefc06106210402645c7786d5cbf5aaf8a9 (patch)
tree7b7c97a294d8305faa199a828d076895433b5f90 /CHANGELOG.md
parent07bb8467a0f9f0482b45992e7cda594213a616fc (diff)
bump version
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 6cc7d1033..9e3a90f9c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 10.2.0
+
+### Changed
+
+- Update picoFeed and HTMLPurifier libs to the latest version
+
+### Fixed
+
+- Parse CSRF token directly from source rather than using a global variable which never got updated. This fixes the login warnings that appeared after you left the News app open for a longer period of time which forced you to reload the page.
+
## 10.1.0
### Added