d01f5f45e1a7dbd03323e3ef5565cf049f0cbe1d
[yaffs-website] / vendor / symfony / filesystem / CHANGELOG.md
1 CHANGELOG
2 =========
3
4 3.4.0
5 -----
6
7  * support for passing relative paths to `Filesystem::makePathRelative()` is deprecated and will be removed in 4.0
8
9 3.3.0
10 -----
11
12  * added `appendToFile()` to append contents to existing files
13
14 3.2.0
15 -----
16
17  * added `readlink()` as a platform independent method to read links
18
19 3.0.0
20 -----
21
22  * removed `$mode` argument from `Filesystem::dumpFile()`
23
24 2.8.0
25 -----
26
27  * added tempnam() a stream aware version of PHP's native tempnam()
28
29 2.6.0
30 -----
31
32  * added LockHandler
33
34 2.3.12
35 ------
36
37  * deprecated dumpFile() file mode argument.
38
39 2.3.0
40 -----
41
42  * added the dumpFile() method to atomically write files
43
44 2.2.0
45 -----
46
47  * added a delete option for the mirror() method
48
49 2.1.0
50 -----
51
52  * 24eb396 : BC Break : mkdir() function now throws exception in case of failure instead of returning Boolean value
53  * created the component