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
4
4
sidebar_label : Changelog
5
5
---
6
6
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
+
7
20
## 4.2
8
21
9
22
Breaking change:
@@ -53,7 +66,6 @@ Miscellaneous:
53
66
54
67
- Migrated from Travis to Github actions
55
68
56
-
57
69
## 4.0
58
70
59
71
This 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