# HG changeset patch # User RhodeCode Admin # Date 2024-05-20 09:14:50 # Node ID 75bcbfe164754915da2bbbef684656dd052ef775 # Parent 27e8d8c50bcbe8e9c5e8402aa3592fdcb843127a docs(changelog): added 5.0.1 changelog items diff --git a/docs/release-notes/release-notes-5.0.1.rst b/docs/release-notes/release-notes-5.0.1.rst new file mode 100644 --- /dev/null +++ b/docs/release-notes/release-notes-5.0.1.rst @@ -0,0 +1,42 @@ +|RCE| 5.0.0 |RNS| +----------------- + +Release Date +^^^^^^^^^^^^ + +- 2024-05-20 + + +New Features +^^^^^^^^^^^^ + + + +General +^^^^^^^ + + + +Security +^^^^^^^^ + + + +Performance +^^^^^^^^^^^ + + + + +Fixes +^^^^^ + +- Fixed Celery serialization issues +- Fixed SVN hooks binary dir paths which in certain scenarios resulted in empty values forbidding hooks to execute +- Fixed annotation bug for files without new lines or mixed newlines + + +Upgrade notes +^^^^^^^^^^^^^ + +- RhodeCode 5.0.1 is unscheduled bugfix release to address some of the issues found during 4.X -> 5.X migration