Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/YOURLS/YOURLS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author྅༻ Ǭɀħ ༄༆ཉ <ozh@ozh.org>2021-09-07 12:25:50 +0300
committerGitHub <noreply@github.com>2021-09-07 12:25:50 +0300
commit5ba814fa0ce664754a81fed328002ebf041a0f6e (patch)
tree2cebc8dd26f7ff7fd09a2cd7ce90a3c2d89df6f9
parent9fc6575b8706201022ed7749b819f810c16b8e0f (diff)
Update CHANGELOG.md1.8.2
-rw-r--r--CHANGELOG.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 62c72f65..9bcda616 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,11 +6,14 @@ For a much more detailed list, simply refer to [commit messages](https://github.
1.8.2
---
-- fixed: Fix SVG logo for IE 11 (#2864)
+- fixed: display SVG logo for IE 11 (#2864)
- fixed (again) : DB upgrade procedure (#2933)
-- added: more filters in admin pages (#2912), HTTP requests (#2951)
-- added: documentation for API action "version" (#2957)
-- improved: minor security improvements - iframes clickjacking and login nonce (#3034)
+- fixed: cosmetic issue with Docker falsely warning about unencrypted password (#3040)
+- improved: minor security improvements - iframes clickjacking and login nonce (#3034), potential XSS (#3041)
+- improved: SSL support for proxies (#3044)
+- improved: inline documentation and unit tests
+- added: more filters in admin pages (#2912), HTTP requests (#2951), to deal with user defined consts (#3048)
+- added: documentation for API action "version" (#2957)
1.8.1
---