diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2023-11-27 20:22:22 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2023-11-27 20:22:22 +0000 |
commit | 3d6102c91e9b67beb6a928493fa20391130113b2 (patch) | |
tree | d902942b9bcffe30de01d3119e2a5cb119345fb2 /doc/CHANGELOG | |
parent | 09777e21ae3db0289f7ef3a20d4f0d0070f2bd01 (diff) | |
download | redmine-3d6102c91e9b67beb6a928493fa20391130113b2.tar.gz redmine-3d6102c91e9b67beb6a928493fa20391130113b2.zip |
Updates for 5.0.7 release.
git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@22485 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc/CHANGELOG')
-rw-r--r-- | doc/CHANGELOG | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index a16de561e..e4b3c81fd 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,24 @@ Redmine - project management software Copyright (C) 2006-2023 Jean-Philippe Lang https://www.redmine.org/ +== 2023-11-27 v5.0.7 + +=== [Email notifications] + +* Defect #39553: Mention notification is not sent (MENTION_PATTERN / LINKS_RE inconsistency) + +=== [Issues] + +* Defect #39521: Mention autocomplete not displaying for users without "Edit issues" permission + +=== [PDF export] + +* Defect #39534: Error (undefined method) in issue list PDF export + +=== [Text formatting] + +* Defect #38852: ## issue syntax is not kept when selecting an issue from the inline autocomplete + == 2023-09-30 v5.0.6 === [Code cleanup/refactoring] |