Skip to content

Commit b0919a9

Browse files
author
Tom Van Herreweghe
committed
Created CHANGELOG for v0.3.0
Signed-off-by: Tom Van Herreweghe <tom@king-foo.be>
1 parent 12f47b6 commit b0919a9

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)