From 4bc605cc917aba8f23d0a5d926fb7901bba2994d Mon Sep 17 00:00:00 2001 From: "Geoffrey J. Teale" Date: Tue, 8 Oct 2019 22:32:20 +0200 Subject: [PATCH] Update the README to reflect the push for v2.0.0 --- README.org | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.org b/README.org index 4a7eee45..069792ec 100644 --- a/README.org +++ b/README.org @@ -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]].