manually updated CHANGELOG.md

due to createRelease.sh not catching an error from sed and continuing:
   sed: -e expression #1, char 66: unterminated `s' command
This commit is contained in:
muxator 2018-04-10 00:44:14 +02:00
parent 1d4e2b3b11
commit 3eb3e301a2
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
# 1.6.5
* SECURITY: Escape data when listing available plugins
* FIX: Fix typo in apicalls.js which prevented importing isValidJSONPName
* FIX: fixed plugin dependency issue
* FIX: Update iframe_editor.css
* FIX: unbreak Safari iOS line wrapping
# 1.6.4
* SECURITY: exploitable /admin access - CVE-2018-9845
* SECURITY: DoS with pad exports - CVE-2018-9327