~tcuthbert/wordpress/openstack-objectstorage

« back to all changes in this revision

Viewing changes to vendor/phpunit/php-file-iterator/ChangeLog.markdown

  • Committer: Jacek Nykis
  • Date: 2015-02-11 15:35:31 UTC
  • Revision ID: jacek.nykis@canonical.com-20150211153531-hmy6zi0ov2qfkl0b
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
File_Iterator 1.3
 
2
=================
 
3
 
 
4
This is the list of changes for the File_Iterator 1.3 release series.
 
5
 
 
6
File_Iterator 1.3.4
 
7
-------------------
 
8
 
 
9
* Symlinks are now followed.
 
10
 
 
11
File_Iterator 1.3.3
 
12
-------------------
 
13
 
 
14
* No changes.
 
15
 
 
16
File_Iterator 1.3.2
 
17
-------------------
 
18
 
 
19
* No changes.
 
20
 
 
21
File_Iterator 1.3.1
 
22
-------------------
 
23
 
 
24
* Fixed infinite loop in `File_Iterator_Facade::getCommonPath()` for empty directories.
 
25
 
 
26
File_Iterator 1.3.0
 
27
-------------------
 
28
 
 
29
* Added `File_Iterator_Facade` for the most common use case.
 
30
* Moved `File_Iterator_Factory::getFilesAsArray()` to `File_Iterator_Facade::getFilesAsArray()`.
 
31
* `File_Iterator_Factory` is no longer static.