diff --git a/CHANGELOG b/CHANGELOG index 880bd0f..4df4027 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +v2.4 (2018-04-09) +================= + +- Fixes missing icons in Admin views. +- Fixes missing JS handling when using a custom /admin/ url. + v2.3 (2018-01-18) ================= diff --git a/setup.py b/setup.py index 668e8ca..1249c56 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='django-dynamic-raw-id', - version='2.3', + version='2.4', author='Martin Mahner, Seth Buntin, Yann Malet', author_email='info@lincolnloop.com', description=("raw_id_fields widget replacement that handles display of an object's "