Skip to content

Commit

Permalink
Added NEWS and UPGRADING entries
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-mabe committed Feb 2, 2024
1 parent 8153cd6 commit 55204bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Curl:

Date:
. Added DateTime[Immutable]::createFromTimestamp. (Marc Bennewitz)
. Added DateTime[Immutable]::[get|set]Microseconds. (Marc Bennewitz)

DOM:
. Added DOMNode::compareDocumentPosition(). (nielsdos)
Expand Down
3 changes: 3 additions & 0 deletions UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ PHP 8.4 UPGRADE NOTES
- Date:
. Added static methods
DateTime[Immutable]::createFromTimestamp(int|float $timestamp): static.
. Added method DateTime[Immutable]::getMicroseconds(): int.
. Added method
DateTime[Immutable]::setMicroseconds(int $microseconds): static.

- DOM:
. Added constant DOMNode::DOCUMENT_POSITION_DISCONNECTED.
Expand Down

0 comments on commit 55204bd

Please sign in to comment.