Skip to content

Commit 7316d8c

Browse files
committed
Added NEWS and UPGRADING entries
1 parent 121dddb commit 7316d8c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Curl:
1818

1919
Date:
2020
. Added DateTime[Immutable]::createFromTimestamp. (Marc Bennewitz)
21+
. Added DateTime[Immutable]::[get|set]Microseconds. (Marc Bennewitz)
2122

2223
DOM:
2324
. Added DOMNode::compareDocumentPosition(). (nielsdos)

UPGRADING

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ PHP 8.4 UPGRADE NOTES
146146
- Date:
147147
. Added static methods
148148
DateTime[Immutable]::createFromTimestamp(int|float $timestamp): static.
149+
. Added method DateTime[Immutable]::getMicroseconds(): int.
150+
. Added method
151+
DateTime[Immutable]::setMicroseconds(int $microseconds): static.
149152

150153
- DOM:
151154
. Added constant DOMNode::DOCUMENT_POSITION_DISCONNECTED.

0 commit comments

Comments
 (0)