Skip to content

Commit 72de482

Browse files
committed
updates for release
1 parent 479ea4a commit 72de482

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## 5.0.0 - 2021/02/xx
3+
## 5.0.0 - 2021/02/05
44
- Issue #13 - Auto initialize AbstractStructArrayBase::internArray
55
- BC: read [UPGRADE-5.0.md](/UPGRADE-5.0.md)
66

UPGRADE-5.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# UPGRADE FROM 4.0 to 5.0
22

3-
Internal properties and methods are now private:
3+
Internal properties and methods of [AbstractStructArrayBase](/src/AbstractStructArrayBase.php) are now private:
44
- Properties:
55
- $internArray
66
- $internArrayIsArray
@@ -14,4 +14,4 @@ Internal properties and methods are now private:
1414
- getInternArrayIsArray
1515
- setInternArrayIsArray
1616

17-
You don't have to manually call `initInternArray` before looping on the current object.
17+
You don't have to manually call `initInternArray` before looping on the current object, it's done automatically.

0 commit comments

Comments
 (0)