Skip to content
This repository has been archived by the owner on Apr 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request tealeg#476 from tealeg/update-readme-to-reflect-v2
Browse files Browse the repository at this point in the history
Update the README to reflect the push for v2.0.0
  • Loading branch information
tealeg authored Oct 8, 2019
2 parents 1b55691 + 4bc605c commit b632938
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ by recent version of Microsoft Excel in Go programs.
The support for writing XLSX files is currently extremely minimal. It
will expand slowly, but in the meantime patches are welcome!

** A note about versions

As of October 8th, 2019, I've branched off v1.x.x maintenance work
from master. The master branch will now be moving towards a new 2.0.0
milestone that will include breaking changes in the API. The scope of
these changes will include, but perhaps not be limited to, the way
`Col` elements and `DataValidation` works, as these aspects have been
built around incorrect models of the underlying XLSX format.

See the [milestone](https://github.com/tealeg/xlsx/milestone/5) for details.

** Full API docs
The full API docs can be viewed using go's built in documentation
tool, or online at [[http://godoc.org/github.com/tealeg/xlsx][godoc.org]].
Expand Down

0 comments on commit b632938

Please sign in to comment.