summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authoranoy <anoymouserver+github@mailbox.org>2021-01-15 21:47:18 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-01-17 17:56:37 +0100
commitc67feb8d8d388e3b16603b2253ad7f86d8d72fd9 (patch)
tree4c2e0a0a352f186d95b9d86171b24595da159cbe /CHANGELOG.md
parent4caa9d996df832fc43bd3fa71ba5d858a31cf2b5 (diff)
fix TypeError caused by type conversion in controller
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 101e76299..238c535b0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@ The format is almost based on [Keep a Changelog](https://keepachangelog.com/en/1
### Fixed
- opened state of folders is not restored (#1040)
- Argument 3 passed to OCA\News\Db\ItemMapper::makeSelectQuery() must be of the type bool, array given (#1044)
+- Argument 2 passed to OCA\News\Db\ItemMapper::findAllNewFeed() must be of the type int, string given (#1049)
## [15.2.0-beta1] - 2021-01-11