We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34fb32e commit 7210158Copy full SHA for 7210158
ChangeLog
@@ -1,3 +1,10 @@
1
+== 1.5.3 / 2024-03-28
2
+
3
+- Remove OrderedHash (github #12, mvz).
4
+- Change project homepage to github and add .rdoc extension to README.
5
+- Update wiki links in README to point to github not googlecode.
6
+- Fix broken Attachment#save (github #14).
7
8
== 1.5.2 / 2014-08-20
9
10
- Move mime.rb file to avoid conflicts with mime_types gem (github #7,
lib/mapi/version.rb
@@ -1,3 +1,3 @@
module Mapi
- VERSION = '1.5.2'
+ VERSION = '1.5.3'
end
0 commit comments