This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Filesystem/CHANGELOG.md

29 lines
405 B
Markdown
Raw Normal View History

2012-04-26 20:57:43 +01:00
CHANGELOG
=========
2014-03-17 23:50:08 +00:00
2.6.0
-----
* added LockHandler
2.3.12
------
* deprecated dumpFile() file mode argument.
2013-04-21 08:24:34 +01:00
2.3.0
-----
* added the dumpFile() method to atomically write files
2014-03-17 23:50:08 +00:00
2.2.0
-----
* added a delete option for the mirror() method
2012-04-26 20:57:43 +01:00
2.1.0
-----
2012-06-18 11:41:52 +01:00
* 24eb396 : BC Break : mkdir() function now throws exception in case of failure instead of returning Boolean value
2012-04-26 20:57:43 +01:00
* created the component