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.
1 parent 46a0623 commit 54c9748Copy full SHA for 54c9748
2 files changed
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## v0.5.0
4
+
5
+### Enhancements
6
7
+- Added opening streams and outputting to a stream [#66](https://github.com/ruby-docx/docx/pull/66)
8
+- Added supports for Office 365 files [#85](https://github.com/ruby-docx/docx/pull/85)
9
10
+### Bug fixes
11
12
+- `Docx::Document` handles a docx file without styles.xml [#81](https://github.com/ruby-docx/docx/pull/81)
13
+- Fixes insert text before after were switched [#84](https://github.com/ruby-docx/docx/pull/84)
14
15
## v0.4.0
16
17
### Enhancements
lib/docx/version.rb
@@ -1,3 +1,3 @@
module Docx #:nodoc:
- VERSION = '0.4.0'
+ VERSION = '0.5.0'
end
0 commit comments