Skip to content

Commit

Permalink
updated changelog.md for recent PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jkennell committed Nov 30, 2017
1 parent b74ea1f commit 72bb227
Show file tree
Hide file tree
Showing 48 changed files with 6 additions and 5,227 deletions.
Binary file removed .CHANGELOG.md.swp
Binary file not shown.
Binary file removed .OVERVIEW.md.swp
Binary file not shown.
Binary file removed .README.md.swp
Binary file not shown.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## 1.6.3
- Fixed bug where multi_extract did not return {:error, msg} for non existent file. Thanks to Peter Sumskas (@brushbox) for contribution.

## 1.6.2
- Fixed bug where `Xlsxir.get_list/1` was not populating empty cells with `nil` propely.
- Pattern matching on error cells was widened to include additional use cases. Thanks to Peter Sumskas (@brushbox) for contribution.
Expand Down
2 changes: 1 addition & 1 deletion OVERVIEW.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can add Xlsxir as a dependancy to your Elixir project via the Hex package ma

```elixir
def deps do
[ {:xlsxir, "~> 1.6.2"} ]
[ {:xlsxir, "~> 1.6.3"} ]
end
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You can add Xlsxir as a dependency to your Elixir project via the Hex package ma

```elixir
def deps do
[ {:xlsxir, "~> 1.6.2"} ]
[ {:xlsxir, "~> 1.6.3"} ]
end
```

Expand Down
27 changes: 0 additions & 27 deletions doc/.build

This file was deleted.

100 changes: 0 additions & 100 deletions doc/404.html

This file was deleted.

235 changes: 0 additions & 235 deletions doc/Xlsxir.ConvertDate.html

This file was deleted.

Loading

0 comments on commit 72bb227

Please sign in to comment.