Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2018-07-19 13:07:39 +0300
committerSean McGivern <sean@mcgivern.me.uk>2018-07-19 13:07:39 +0300
commit59eb9938f66f8c24770b06f4d435e4df0acef252 (patch)
tree628848535bce5cfbcab2bf66e6e95810e05b19ed /changelogs
parent80ae65cd087d3a24a9a453588ef69295b6313d14 (diff)
parent32401535b9b043e258e925474dbd54adbf5a5056 (diff)
Merge branch 'accept-rf3-2822-compliant-addresses' into 'master'
Improve email address parsing Closes #44676 See merge request gitlab-org/gitlab-ce!18192
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/accept-rf3-2822-compliant-addresses.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/accept-rf3-2822-compliant-addresses.yml b/changelogs/unreleased/accept-rf3-2822-compliant-addresses.yml
new file mode 100644
index 00000000000..97d017613ba
--- /dev/null
+++ b/changelogs/unreleased/accept-rf3-2822-compliant-addresses.yml
@@ -0,0 +1,5 @@
+---
+title: Emails on push recipients now accepts formats like John Doe <johndoe@example.com>
+merge_request:
+author: George Thomas
+type: added