Skip to content

Commit

Permalink
Adding note on changes to read-cell in CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverholworthy committed Mar 16, 2015
1 parent a39540b commit 69cccfb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG for Docjure

## Version 1.9.0

* `read-cell` now works on error cells and non-numeric formula cells without throwing an exception. (All cell types now handled safely).

Error cells return keyword of the error type:

```
:VALUE :DIV0 :CIRCULAR_REF :REF :NUM :NULL :FUNCTION_NOT_IMPLEMENTED :NAME :NA
```

## Version 1.8.0
* Upgraded to use Clojure 1.6 as default Clojure version.
* Upgraded to Apache POI v3.11.
Expand Down

0 comments on commit 69cccfb

Please sign in to comment.