We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c1a17 commit c8f8491Copy full SHA for c8f8491
ChangeLog
@@ -1,3 +1,10 @@
1
+== 1.5.1 / 2012-07-03
2
+
3
+- Fix handling of different body types (issue #14). Was breaking on
4
+ files without RTF content since 8933c26e, and also failing on files
5
+ where PR_BODY_HTML was a string rather than a stream.
6
+- Move classes from RTF into Mapi::RTF (github #4).
7
8
== 1.5.0 / 2011-05-18
9
10
- Fixes for ruby 1.9.
lib/mapi.rb
@@ -2,7 +2,7 @@
require 'mapi/property_set'
module Mapi
- VERSION = '1.5.0'
+ VERSION = '1.5.1'
#
# Mapi::Item is the base class used for all mapi objects, and is purely a
0 commit comments