File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ title: Changelog
44sidebar_label : Changelog
55---
66
7+ ## 4.3
8+
9+ Breaking change:
10+
11+ - The method ` setAnnotationCacheDir($directory) ` has been removed from the ` SchemaFactory ` . The annotation
12+ cache will use your ` Psr\SimpleCache\CacheInterface ` compliant cache handler set through the ` SchemaFactory `
13+ constructor.
14+
15+ Minor changes:
16+
17+ - Removed dependency for doctrine/cache and unified some of the cache layers following a PSR interface.
18+ - Cleaned up some of the documentation in an attempt to get things accurate with versioned releases.
19+
720## 4.2
821
922Breaking change:
@@ -53,7 +66,6 @@ Miscellaneous:
5366
5467- Migrated from Travis to Github actions
5568
56-
5769## 4.0
5870
5971This is a complete refactoring from 3.x. While existing annotations are kept compatible, the internals have completely
You can’t perform that action at this time.
0 commit comments