1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 22:26:46 +02:00

chore(changelog): update changelog

This commit is contained in:
Awilum
2020-09-08 10:59:26 +03:00
parent e2719d0dc5
commit b70503bcad

View File

@@ -104,6 +104,19 @@
// new
flextype('entries')->storage['fetch_single']['data']['title'] = 'New title';
```
* Removed App from all core namespaces ([#469](https://github.com/flextype/flextype/issues/469))
**We should have**
```
use Flextype\Foundation\Entries\Entries;
```
**instead of**
```
use Flextype\App\Foundation\Entries\Entries;
```
<a name="0.9.11"></a>
# [0.9.11](https://github.com/flextype/flextype/compare/v0.9.10...v0.9.11) (2020-08-25)