1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-23 13:23:18 +02:00

chore(core): update changelog

This commit is contained in:
Awilum
2019-11-21 21:52:45 +03:00
parent 00ee193adb
commit 5ad20548f4

View File

@@ -113,37 +113,37 @@
### BREAKING CHANGES
Changed and_where & or_where execution in the templates
* **core:** changed and_where & or_where execution in the templates
FROM
FROM
```
'and_where': {
}
'or_where': {
}
```
TO
```
'and_where': [
{
```
'and_where': {
}
]
'or_where': [
{
'or_where': {
}
]
```
```
Rename property `value` to `default` for all fieldsets where it is used.
TO
```
'and_where': [
{
}
]
'or_where': [
{
}
]
```
* **core:** Rename property `value` to `default` for all fieldsets where it is used.
<a name="0.9.5"></a>
# [0.9.5](https://github.com/flextype/flextype/compare/v0.9.4...v0.9.5) (2019-09-21)