1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-12-03 22:32:20 -05:00
wallabag/vendor/symfony/filesystem/Symfony/Component/Filesystem/CHANGELOG.md

19 lines
310 B
Markdown
Raw Normal View History

2013-08-03 13:26:54 -04:00
CHANGELOG
=========
2.3.0
-----
* added the dumpFile() method to atomically write files
2.2.0
-----
* added a delete option for the mirror() method
2.1.0
-----
* 24eb396 : BC Break : mkdir() function now throws exception in case of failure instead of returning Boolean value
* created the component