Skip to content

Commit

Permalink
Update CHANGELOG for v1.2.0.dev2
Browse files Browse the repository at this point in the history
  • Loading branch information
bskinn committed Feb 7, 2020
1 parent 569dcaf commit 03b6897
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


### [1.2.0.dev2] - 2020-02-07

#### Fixed

- Fixed RTE 91 raised when the header option is enabled and
entire row(s)/column(s) are selected that do not intersect `.UsedRange`
(#25).
- Due to the way Excel handles `.UsedRange` on an empty sheet (returns
`Range("$A$1")` instead of `Nothing`), it was necessary to add explicit
check for this case, in order to correctly report invalid selection
status when entire row(s)/column(s) are selected on an empty sheet.


### [1.2.0.dev1] - 2020-02-03

Development release issued, to facilitate user testing before considering
Expand Down

0 comments on commit 03b6897

Please sign in to comment.