docs: updated changelog
This commit is contained in:
parent
d08633d220
commit
200dfdcf24
1 changed files with 8 additions and 4 deletions
|
|
@ -10,30 +10,34 @@ Release Date
|
|||
New Features
|
||||
^^^^^^^^^^^^
|
||||
|
||||
|
||||
- RhodeCode and VcsServer operate now on bytestrings instead of strings for diffs and files. This allows a mixed or non-utf8
|
||||
encoded files to be used.
|
||||
- Remap and rescan: added more resilient remap and removal option, and also split the logic to either add or cleanup.
|
||||
|
||||
General
|
||||
^^^^^^^
|
||||
|
||||
- Ported build system to use pyproject.toml.
|
||||
|
||||
|
||||
Security
|
||||
^^^^^^^^
|
||||
|
||||
- Multiple library bumps to fix security issues found in those python packages.
|
||||
|
||||
|
||||
Performance
|
||||
^^^^^^^^^^^
|
||||
|
||||
|
||||
|
||||
- SVN: added same caches for stored file nodes as git and mercurial have for improved performance.
|
||||
- GIT: moved certain operations into vcsserver
|
||||
|
||||
Fixes
|
||||
^^^^^
|
||||
|
||||
- Fixed UI visualization issues with long commit messages
|
||||
- Fixed masking for some fields in admin settings
|
||||
|
||||
- Fixed issues with caches calculations when passed search fields were empty
|
||||
|
||||
Upgrade notes
|
||||
^^^^^^^^^^^^^
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue