Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.
/ elabdoc Public archive

Commit fafd45a

Browse files
committed
changelog
1 parent fa41f1d commit fafd45a

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

doc/changelog.rst

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

6+
Version 5.3.5
7+
-------------
8+
9+
* bug/medium: eln import: fix issue when " is present in title (#6126)
10+
11+
Version 5.3.4
12+
-------------
13+
14+
* bug/minor: populate: fix counting (#6109)
15+
16+
Version 5.3.3
17+
-------------
18+
19+
* fix: spreadsheet: load in spreadsheet editor from dropdown menu by @MoustaphaCamara in https://github.com/elabftw/elabftw/pull/6087
20+
* bug/minor: populate: fix issue with is_sysadmin by @NicolasCARPi in https://github.com/elabftw/elabftw/pull/6097
21+
* feat: order storage units alphabetically by name by @NicolasCARPi in https://github.com/elabftw/elabftw/pull/6099
22+
* feat: doc: update resource categories & templates, steps by @MoustaphaCamara in https://github.com/elabftw/elabftw/pull/6100
23+
* bug/major: auth: fix issue with archived accounts being selected by @NicolasCARPi in https://github.com/elabftw/elabftw/pull/6102
24+
* bug/minor: ux: revert checkbox value for users2teams patch too by @NicolasCARPi in https://github.com/elabftw/elabftw/pull/6098
25+
* bug/minor: ux: allow empty fields with collectForm by @NicolasCARPi in https://github.com/elabftw/elabftw/pull/6107
26+
* apidoc: compounds: add spec for compounds links by @NicolasCARPi in https://github.com/elabftw/elabftw/pull/6108
27+
628
Version 5.3.2
729
-------------
830

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.3'
6464
# The full version, including alpha/beta/rc tags.
65-
release = '5.3.2'
65+
release = '5.3.5'
6666

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

0 commit comments

Comments
 (0)