Skip to content

Commit

Permalink
Release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
woahdae committed Mar 6, 2023
1 parent 7701221 commit 4123498
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### 4.0.1

* Fix nil error when handling some inline strings

Inline strings are almost exclusively used by non-Excel XLSX
implementations, but are valid, and sometimes have nil chunks.

Also, inline strings weren't preserving whitespace if Nokogiri is
parsing the string in chunks, as it does when encountering escaped
characters. Fixed.

### 4.0.0

* Fix percentage rounding errors. Previously we were dividing by 100, when we
Expand Down
2 changes: 1 addition & 1 deletion lib/simple_xlsx_reader/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SimpleXlsxReader
VERSION = '4.0.0'
VERSION = '4.0.1'
end

0 comments on commit 4123498

Please sign in to comment.