Skip to content

Commit d583956

Browse files
committed
Prepare 13.0.0
1 parent f65c1b0 commit d583956

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ChangeLog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ RDBMS support for the XP Framework: MySQL, Sybase, MSSQL, PostgreSQL, SQLite3, I
33

44
## ?.?.? / ????-??-??
55

6+
## 13.0.0 / 2020-04-10
7+
8+
* Implemented xp-framework/rfc#334: Drop PHP 5.6:
9+
. **Heads up:** Minimum required PHP version now is PHP 7.0.0
10+
. Rewrote code base, grouping use statements
11+
. Converted `newinstance` to anonymous classes
12+
. Rewrote `isset(X) ? X : default` to `X ?? default`
13+
(@thekid)
14+
615
## 12.0.3 / 2020-04-05
716

817
* Implemented RFC #335: Remove deprecated key/value pair annotation syntax

0 commit comments

Comments
 (0)