1CHANGELOG
2=========
3
4This changelog references all relevant changes:
5
6* 1.7.0 (2018-10-26)
7 * allow to run the metadata on read-only file systems
8 * Change license to MIT
9 * Composer improvements
10
11* 1.6.0 (2016-12-05)
12 * PRS cache adapter
13 * other fixes
14
15* 1.5.0 (2013-11-06)
16 * adds ability to inject new drivers into the DriverChain after it has been constructed
17 * improves performance by removing some superfluous filesystem calls
18 * made MetadataFactory implementation non-final
19
20* 1.4.1 (2013-08-26)
21 * fixes a possible permission issue when using filesystem ACLs
22
23* 1.4.0 (2013-08-25)
24 * fixes a race condition when writing cache files
25
26* 1.3.0 (2013-01-22)
27 * added ability to retrieve all managed classes from the metadata factory
28
29* 1.2.0 (2012-08-21)
30 * added a Doctrine Cache Adapter
31 * better support for traits, and classes in the global namespace
32
33* 1.1.0 (2011-10-04)
34
35 * added support for metadata on interfaces
36 * added support for non annotation-based drivers
37 * added support for merging metadata
38
39This release is fully backwards compatible with the 1.0.0 release. Therefore,
40the 1.0.x branch has been discontinued.
41
42* 1.0.0 (2011-07-09)
43