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

update CHANGELOG.md

This commit is contained in:
Awilum
2020-11-24 19:20:09 +03:00
parent bb9f5eadc0
commit 5dc63b3b8e

View File

@@ -11,7 +11,7 @@
- atomastic/registry
- atomastic/strings
* **cache** add new cache engine - PHPFastCache ([#457](https://github.com/flextype/flextype/issues/457))
* **cache** add new cache engine - PHPFastCache insteed of Doctrine Cache ([#457](https://github.com/flextype/flextype/issues/457))
#### New config for PhpFastCache
https://github.com/flextype/flextype/blob/dev/src/flextype/settings.yaml#L127-L241
@@ -21,7 +21,7 @@
https://github.com/PHPSocialNetwork/phpfastcache
* **core** add new tmp constant ([#470](https://github.com/flextype/flextype/issues/470))
* **core** add new `PATH['tmp']` constant ([#470](https://github.com/flextype/flextype/issues/470))
Now we have:
@@ -99,7 +99,7 @@
### Bug Fixes
* **entries** fix issue with delete method ([#465](https://github.com/flextype/flextype/issues/465))
* **entries** fix issue with delete() method ([#465](https://github.com/flextype/flextype/issues/465))
### Refactoring
@@ -157,6 +157,9 @@
* **core** remove flextype-components/filesystem ([#474](https://github.com/flextype/flextype/issues/474))
* **core** remove flextype-components/arrays ([#474](https://github.com/flextype/flextype/issues/474))
<a name="0.9.11"></a>
# [0.9.11](https://github.com/flextype/flextype/compare/v0.9.10...v0.9.11) (2020-08-25)