Skip to content

Commit c3d523a

Browse files
committed
📝[maykinmedia/open-api-framework#39] add warning to the changelog
1 parent 1c9dd09 commit c3d523a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.rst

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
Change history
33
==============
44

5+
6+
2.4.x (TBD)
7+
------------------
8+
9+
**New features**
10+
11+
* made user emails unique to prevent two users logging in with the same email, causing an error
12+
13+
.. warning::
14+
User email addresses will now be unique on a database level. The database migration will fail if there are already
15+
two or more users with the same email address. You must ensure this is not the case before upgrading.
16+
517
2.4.0 (2024-07-05)
618
------------------
719

0 commit comments

Comments
 (0)