summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2008-10-26 12:56:46 +0000
committerDerick Rethans <derick@php.net>2008-10-26 12:56:46 +0000
commit0d084028c8edd0fdeffe0ceca31b3b7289de8a66 (patch)
treebce56150432b9e65a3d51b36fecd14ab4a870346
parent86f8d0a8e9cbb4b604690f7bb0f58e6ae7df890c (diff)
downloadphp-git-0d084028c8edd0fdeffe0ceca31b3b7289de8a66.tar.gz
- Fixed NEWS entries.
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8485216ca0..3b78e29ce6 100644
--- a/NEWS
+++ b/NEWS
@@ -323,7 +323,8 @@ PHP NEWS
. date_create_from_format() / DateTime::createFromFormat()
. date_parse_from_format().
. support for abbreviation and offset based timezone specifiers for
- DateTime::getOffset() and DateTime::getName().
+ the 'e' format specifier, DateTime::__construct(), DateTime::getTimeZone()
+ and DateTimeZone::getName().
. support for selectively listing timezone identifiers by continent or
country code through timezone_identifiers_list() /
DateTimezone::listIdentifiers().
@@ -349,7 +350,7 @@ PHP NEWS
. proper support for "this week", "previous week"/"last week" and "next week"
phrases so that they actually mean the week and not a seven day period
around the current day.
- . support for "<xth> <weekday of" and "last <weekday> of" phrases to be used
+ . support for "<xth> <weekday> of" and "last <weekday> of" phrases to be used
with months - like in "last saturday of februari 2008".
. support for "back of <hour>" and "front of <hour>" phrases that are used in
Scotland.