Update changelogs

This commit is contained in:
Saophalkun Ponlu 2017-04-21 12:04:44 +12:00 committed by Ingo Schommer
parent dba1f61f13
commit 507add8566
1 changed files with 11 additions and 0 deletions

View File

@ -1397,8 +1397,13 @@ The below methods have been added or had their functionality updated to `DBDate`
* `getFormatter` method added, which returns a locale-specific date/time formatter.
`DBTime` specific changes:
* Added `DBTime::FormatFromSettings`
`DBDatetim` specific changes:
* Changed `ISO_DATETIME`'s pattern from '`y-MM-dd HH:mm:ss`' to '`y-MM-dd\'T\'HH:mm:ss`'
#### <a name="overview-orm-removed"></a>ORM Removed API
* `DataObject::db` removed and replaced with `DataObjectSchema::fieldSpec` and `DataObjectSchema::fieldSpecs`
@ -1670,6 +1675,12 @@ New `DatetimeField` methods replace `getConfig()` / `setConfig()`:
* `getLocale()` / `setLocale()`
* `datavaluefield` config is removed as internal data value is now fixed to ISO 8601 format
The `DatetimeField` has changed behaviour:
* It no longer relies on `DateField` and `TimeField`
* Anything related to `DateField` and `TimeField` have been removed, e.g. `DatetimeField::getDateField()`
* Added `getHTML5()` / `setHTML5()`
New `DateField` methods replace `getConfig()` / `setConfig()`:
* `getDateFormat()` / `setDateFormat()`