annotate vendor/symfony/filesystem/CHANGELOG.md @ 5:12f9dff5fda9 tip

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