Skip to content

Commit 61002d4

Browse files
author
Tom Van Herreweghe
committed
Merge branch 'rel/v0.3.0' of git://github.com/Miljar/php-exif into rel/v0.3.0
2 parents f5f8fb1 + 0765d72 commit 61002d4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
CHANGELOG
2+
=====
3+
4+
0.3.0
5+
-----
6+
7+
* Bugfix `#24`_: getRawData() does not return raw EXIF data
8+
* Bugfix `#18`_: Create CHANGELOG
9+
* Separated ``Adapter`` & ``Reader`` classes
10+
* Created ``ReaderInterface`` class
11+
* BC-break `#15`_: Exiftool adapter: add -n switch to exiftool call
12+
* Composer.json: added semver version for phpmd; removed pdepend
13+
* added ``Orientation``, ``MimeType``, ``FileSize`` and ``ColorSpace`` options to EXIF
14+
15+
.. _`#24`: https://github.com/Miljar/php-exif/issues/24
16+
.. _`#18`: https://github.com/Miljar/php-exif/issues/18
17+
.. _`#15`: https://github.com/Miljar/php-exif/issues/15

0 commit comments

Comments
 (0)