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
2013-04-21 16:28:50 +02:00

310 B

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