Skip to content

Commit fd6679b

Browse files
committed
Updated CHANGELOG for v4.3.0
1 parent cfa7424 commit fd6679b

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ title: Changelog
44
sidebar_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

922
Breaking change:
@@ -53,7 +66,6 @@ Miscellaneous:
5366

5467
- Migrated from Travis to Github actions
5568

56-
5769
## 4.0
5870

5971
This is a complete refactoring from 3.x. While existing annotations are kept compatible, the internals have completely

0 commit comments

Comments
 (0)