Skip to content

Commit

Permalink
Version is now "2.3.17".
Browse files Browse the repository at this point in the history
  • Loading branch information
genglert committed Dec 10, 2023
1 parent 73c32f0 commit 88c7a8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 4 additions & 9 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
== Version 2.3.17 Work in progress (not released -- this is a draft) ==
== Version 2.3.17 ==

Users side :
------------
# An error 500 in the merge view, when one entity did not exist anymore, has been fixed.
# In the merge view :
- There were issues with ManyToMany fields.
- An error 500, when one entity did not exist anymore, has been fixed.
# In the theme "Chantilly", an icon "Restore" was missing.
# Apps :
* Assistants :
- The UserMessages not related to an entity were not viewable.

Developers side :
-----------------

Non breaking changes :
----------------------
# Fix empty initial value of MergeField for ManyToMany fields.


== Version 2.3.16 ==

Expand Down
2 changes: 1 addition & 1 deletion creme/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

__version__ = '2.3.16'
__version__ = '2.3.17'

# App registry hooking ---------------------------------------------------------

Expand Down

0 comments on commit 88c7a8b

Please sign in to comment.