We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa01e1d commit 99f5c53Copy full SHA for 99f5c53
ChangeLog
@@ -1,3 +1,12 @@
1
+== 1.5.2 / 2014-08-20
2
+
3
+- Move mime.rb file to avoid conflicts with mime_types gem (github #7,
4
+ blerins).
5
+- Minor fix to mapitool for ruby >= 1.9.
6
+- Alway require mapi/convert (indirect fix for missed step in README,
7
+ github #6).
8
+- Various minor cleanups.
9
10
== 1.5.1 / 2012-07-03
11
12
- Fix handling of different body types (issue #14). Was breaking on
lib/mapi/version.rb
@@ -1,3 +1,3 @@
module Mapi
- VERSION = '1.5.1'
+ VERSION = '1.5.2'
end
0 commit comments