summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2024-06-12 00:27:41 +0000
committerGo MAEDA <maeda@farend.jp>2024-06-12 00:27:41 +0000
commitcda357eed15bf98d1684b8425d2c8aff729c5c0c (patch)
treeae0b7938a3d839b15811c6ac0724644e5d7209f4 /doc
parente7cae22dfbeef8d588ab2740db5f870cf3202c31 (diff)
downloadredmine-cda357eed15bf98d1684b8425d2c8aff729c5c0c.tar.gz
redmine-cda357eed15bf98d1684b8425d2c8aff729c5c0c.zip
Updates for 5.1.3 release.
git-svn-id: https://svn.redmine.org/redmine/trunk@22869 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGELOG33
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG
index b6747156a..04ee61b90 100644
--- a/doc/CHANGELOG
+++ b/doc/CHANGELOG
@@ -4,6 +4,39 @@ Redmine - project management software
Copyright (C) 2006- Jean-Philippe Lang
https://www.redmine.org/
+== 2024-06-12 v5.1.3
+
+=== [Code cleanup/refactoring]
+
+* Defect #40389: Missing fixture: add :groups_users fixture to Redmine::ApiTest::UsersTest
+
+=== [Gems support]
+
+* Defect #40603: Mocha 2.2.0 causes test failure: "unexpected invocation"
+* Patch #40802: Support builder 3.3.0
+
+=== [Issues]
+
+* Defect #40410: Watcher groups on new issue form get dereferenced on validation error
+* Defect #40412: Issue list filter "Watched by: me" only shows issues watched via group for projects with the view_issue_watchers permission
+* Feature #40556: Focus on the textarea after clicking the Edit Journal button
+
+=== [Issues workflow]
+
+* Patch #40693: Ignore status in roleld_up_status if workflow only defines identity transition
+
+=== [Performance]
+
+* Defect #40610: Slow display of projects list when including project description column
+
+=== [Rails support]
+
+* Patch #40818: Update Rails to 6.1.7.8
+
+=== [Translations]
+
+* Patch #40682: Czech translation update for 5.1-stable
+
== 2024-03-04 v5.1.2
=== [Activity view]