summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2017-01-01 14:41:20 +0000
committerJoe Watkins <krakjoe@php.net>2017-01-01 14:41:20 +0000
commit876b7b177f5622d5065185a2c3277fa1576e6d79 (patch)
tree178045857eb199ff8b0c92988c8415f1197452fe
parente7d4a8ce8bcefeaa027400a25e17e3bfaf6c03b0 (diff)
downloadphp-git-876b7b177f5622d5065185a2c3277fa1576e6d79.tar.gz
news entry for PR #1414
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3a87745959..699d05ced1 100644
--- a/NEWS
+++ b/NEWS
@@ -57,6 +57,7 @@ PHP NEWS
parameter). (Bruce Weirdan)
. Fixed bug #70213 (Unserialize context shared on double class lookup).
(Taoguang Chen)
+ . Add subject to mail log. (tomsommer)
- Zlib
. Fixed bug #73373 (deflate_add does not verify that output was not truncated).