mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
DOCS Add changes to 4.3.0 changelog
This commit is contained in:
parent
3292a8b773
commit
89a2ce5d8f
13
docs/en/04_Changelogs/4.3.0.md
Normal file
13
docs/en/04_Changelogs/4.3.0.md
Normal file
@ -0,0 +1,13 @@
|
||||
# 4.2.0
|
||||
|
||||
## Overview {#overview}
|
||||
|
||||
- `DataList::column()` now returns all values and not just "distinct" values from a column as per the API docs
|
||||
- `DataList`, `ArrayList` and `UnsavedRalationList` all have `columnUnique()` method for fetching distinct column values
|
||||
|
||||
## Upgrading {#upgrading}
|
||||
|
||||
### Fetching distinct column values on DataList
|
||||
|
||||
Prior to this release `DataList` would erroneously return a distinct list of values from a column on an object.
|
||||
If this behaviour is still required, please use `columnUnique()` instead.
|
Loading…
Reference in New Issue
Block a user