diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d1ab08fd1a..243539a378 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -8,6 +8,7 @@ Changelog * Editor's guide documentation * Editor interface now outputs form media CSS / JS, to support custom widgets with assets * Migrations and user management now correctly handle custom AUTH_USER_MODEL settings + * Added 'slugurl' template tag to output the URL of a page with a given slug * Fix: non-ASCII characters in image filenames are now converted into ASCII equivalents rather than becoming all underscores * Fix: paths to fonts and images within CSS are no longer hard-coded to /static/ diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index ea0a854720..cd4a8d7b00 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -22,6 +22,7 @@ Contributors * Stephen Newey * Ryan Foster * v1kku +* Miguel Vieira Translators ===========