# HG changeset patch # User Marcin Kuzminski # Date 2019-02-25 10:38:39 # Node ID 2d93f8fdde583d831597794c4c322b6b360b4b63 # Parent f2cb06316c154ef6f406ae09cb72063222ac95be docs: added missing reference for the bookmarks feature diff --git a/docs/release-notes/release-notes-4.16.0.rst b/docs/release-notes/release-notes-4.16.0.rst --- a/docs/release-notes/release-notes-4.16.0.rst +++ b/docs/release-notes/release-notes-4.16.0.rst @@ -24,6 +24,8 @@ New Features - Artifacts (beta): EE edition exposes new feature called storage_api this allows storing binary files outside of Version Control System, but in the scope of a repository or group. This will soon become an Artifacts functionality available in EE edition. +- User bookmarks: added customizable Bookmark links for logged in users. RhodeCode users can now optionally + set upto 10 favorites links to repositories, repository groups, CI linkes, or any other generic links. - Authentication: introduced `User restriction` and `Scope restriction` for RhodeCode authentication plugins. Admins can limit usage of RhodeCode plugins to super-admins user types, and usage in Web, or VCS protocol only. This is mostly to help to migrate users to SAML, keeping the super-admins to manage instances via local-logins,