We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5f8fb1 + 0765d72 commit 61002d4Copy full SHA for 61002d4
CHANGELOG.rst
@@ -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