From f227ec0a82974370f4075e8f3b8f41446d2469c1 Mon Sep 17 00:00:00 2001 From: Kalob Taulien Date: Wed, 21 Aug 2019 20:01:25 -0600 Subject: [PATCH 1/2] Updated contributors & changelog --- CHANGELOG.txt | 1 + CONTRIBUTORS.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6d843a628..1bd32a7ff 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -13,6 +13,7 @@ Changelog * Upgrade django-modelcluster to>=5.0 and upgrade django-taggit to >=1.0 for Django 3.0 support (Matt Westcott) * Revise tests to ensure all pass in Django 3.0 (Matt Westcott) * Add ability for users to change their own name via the account settings page (Kevin Howbrook) + * Add ability to insert telephone numbers as links in Draftail (rich text) fields (Mikael Engström and Liam Brenner) * Fix: Added line breaks to long filenames on multiple image / document uploader (Kevin Howbrook) * Fix: Added https support for Scribd oEmbed provider (Rodrigo) * Fix: Changed StreamField group labels color so labels are visible (Catherine Farman) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 16adf7407..1e1a4b0e5 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -390,6 +390,7 @@ Contributors * Rahmi Pruitt * Sanyam Khurana * Pavel Denisov +* Mikael Engström Translators =========== From 4ba1806cdfa42e12a444660c39a4ea192d4daabe Mon Sep 17 00:00:00 2001 From: Kalob Taulien Date: Thu, 22 Aug 2019 08:18:41 -0600 Subject: [PATCH 2/2] Add telephone number links to release notes --- docs/releases/2.7.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/releases/2.7.rst b/docs/releases/2.7.rst index 5c4ff1a83..19796fa96 100644 --- a/docs/releases/2.7.rst +++ b/docs/releases/2.7.rst @@ -28,6 +28,7 @@ Other features * Upgrade django-modelcluster to>=5.0 and upgrade django-taggit to >=1.0 for Django 3.0 support (Matt Westcott) * Revise tests to ensure all pass in Django 3.0 (Matt Westcott) * Add ability for users to change their own name via the account settings page (Kevin Howbrook) + * Add ability to insert telephone numbers as links in Draftail (rich text) fields (Mikael Engström and Liam Brenner)