Skip to content

Commit 54c9748

Browse files
committed
Releaes v0.5
1 parent 46a0623 commit 54c9748

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

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+
315
## v0.4.0
416

517
### Enhancements

lib/docx/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Docx #:nodoc:
2-
VERSION = '0.4.0'
2+
VERSION = '0.5.0'
33
end

0 commit comments

Comments
 (0)