Skip to content

Commit d27f8d0

Browse files
committed
5.2.8
1 parent ac2e291 commit d27f8d0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

doc/changelog.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
Changelog
44
=========
55

6+
Version 5.2.8
7+
-------------
8+
9+
* bug/medium: inventory export: fix permission issue the inventory export was not correctly filtering out containers based on entity permissions
10+
* bug/medium: scheduler: permissions & scope (#5758)
11+
* bug/minor + feat: pubchem fixes with cid and search by name (#5768)
12+
* allow searching by name: fix #5608
13+
* allow display of several results on the page for when CAS/Name searches return several compounds, with possibility to only import the ones we want. Fix #5661.
14+
* bug/minor: autocomplete: force scope in autocomplete query to be everything. fix scope being taken into account in such places. fix #5761
15+
* bug/medium: ldap: fix issue with automatic team creation allow team creation instance setting wasn't propagated to the user creation function fix #5762
16+
* bug/minor: exclusive edit mode: fix incorrect message display when stale fix #5764
17+
18+
619
Version 5.2.7
720
-------------
821

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
# The short X.Y version.
6363
version = '5.2'
6464
# The full version, including alpha/beta/rc tags.
65-
release = '5.2.7'
65+
release = '5.2.8'
6666

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.

0 commit comments

Comments
 (0)