Yaffs site version 1.1
[yaffs-website] / vendor / symfony / filesystem / CHANGELOG.md
1 CHANGELOG
2 =========
3
4 2.8.0
5 -----
6
7  * added tempnam() a stream aware version of PHP's native tempnam()
8
9 2.6.0
10 -----
11
12  * added LockHandler
13
14 2.3.12
15 ------
16
17  * deprecated dumpFile() file mode argument.
18
19 2.3.0
20 -----
21
22  * added the dumpFile() method to atomically write files
23
24 2.2.0
25 -----
26
27  * added a delete option for the mirror() method
28
29 2.1.0
30 -----
31
32  * 24eb396 : BC Break : mkdir() function now throws exception in case of failure instead of returning Boolean value
33  * created the component