mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Add 4.4.0 changelog new entries
This commit is contained in:
parent
1bdb9e601e
commit
7a6e95be59
@ -3,7 +3,10 @@
|
|||||||
## Overview {#overview}
|
## Overview {#overview}
|
||||||
|
|
||||||
- [Correct PHP types are now returned from database queries](/developer_guides/model/sql_select#data-types)
|
- [Correct PHP types are now returned from database queries](/developer_guides/model/sql_select#data-types)
|
||||||
|
- [Server Requirements](/getting_started/server_requirements/#web-server-software-requirements) have been refined
|
||||||
|
- MySQL 5.5 end of life reached in December 2018, thus SilverStripe 4.4 requires MySQL 5.6+.
|
||||||
|
SilverStripe 4.3 and prior still support MySQL 5.5 for their own lifetime.
|
||||||
|
|
||||||
## Upgrading {#upgrading}
|
## Upgrading {#upgrading}
|
||||||
|
|
||||||
- dev/build is now non-destructive for all Enums, not just ClassNames. This means your data won't be lost if you're switching between versions, but watch out for code that breaks when it sees an unrecognised value!
|
- dev/build is now non-destructive for all Enums, not just ClassNames. This means your data won't be lost if you're switching between versions, but watch out for code that breaks when it sees an unrecognised value!
|
||||||
|
Loading…
Reference in New Issue
Block a user