From 04252535e22b3a4ca3cc8ac0d7080bb044c716dd Mon Sep 17 00:00:00 2001 From: Douglas Miranda Date: Tue, 2 Apr 2019 23:07:14 -0400 Subject: [PATCH] Update HISTORY for 0.4.3. --- HISTORY.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 2c62780..78807e6 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,13 @@ History ------- +- 0.4.3 Apr 02, 2019 + + - Change "Recent Actions" to "Apps" on the apps table + - Fix string not being able to translate because of title-case + - Instead of "My Actions" show the name/username of the current user + - Avoiding the overflow of links in forms; Not applying to .main a anymore because it can touch in links you don't want break-all + - 0.4.2 Mar 17, 2019 - Using context var app_list from Django Admin and not from our custom template tag.