Fix bug in style changes for the Use cases on the live site.
[yaffs-website] / vendor / symfony / class-loader / CHANGELOG.md
1 CHANGELOG
2 =========
3
4 2.4.0
5 -----
6
7  * deprecated the UniversalClassLoader in favor of the ClassLoader class instead
8  * deprecated the ApcUniversalClassLoader in favor of the ApcClassLoader class instead
9  * deprecated the DebugUniversalClassLoader in favor of the DebugClassLoader class from the Debug component
10  * deprecated the DebugClassLoader as it has been moved to the Debug component instead
11
12 2.3.0
13 -----
14
15  * added a WinCacheClassLoader for WinCache
16
17 2.1.0
18 -----
19
20  * added a DebugClassLoader able to wrap any autoloader providing a findFile
21    method
22  * added a new ApcClassLoader and XcacheClassLoader using composition to wrap
23    other loaders
24  * added a new ClassLoader which does not distinguish between namespaced and
25    pear-like classes (as the PEAR convention is a subset of PSR-0) and
26    supports using Composer's namespace maps
27  * added a class map generator
28  * added support for loading globally-installed PEAR packages