summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2019-10-04 10:25:45 +0200
committerClaude Paroz <claude@2xlibre.net>2019-10-04 10:45:05 +0200
commit91608895d605000150edf5028b49f2e695a830c8 (patch)
tree9938b3f512982e71a7dfeea07be7f2574ab1147e /HISTORY.md
parent0d363902541f023cda231af34a5943114016f3eb (diff)
downloadtablib-91608895d605000150edf5028b49f2e695a830c8.tar.gz
Fixes #376 - Add missing HISTORY entries
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 0ca5e5d..2a96b16 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -2,7 +2,35 @@
## Unreleased
+- The project is now maintained by the Jazzband team, https://jazzband.co
- Fixed `DataBook().load` parameter ordering (first stream, then format).
+- Added search to all documentation pages
+- Open xlsx workbooks in read-only mode (#316)
+- Unpin requirements
+- Only install backports.csv on Python 2
+- Added Python 3.7 support
+- Dropped Python 3.4 support
+
+## 0.13.0 (2019-03-08)
+
+- Added reStructuredText output capability (#336)
+- Added Jira output capability
+- Stopped calling openpyxl deprecated methods (accessing cells, removing sheets)
+ (openpyxl minimal version is now 2.4.0)
+- Fixed a circular dependency issue in JSON output (#332)
+- Fixed Unicode error for the CSV export on Python 2 (#215)
+- Removed usage of optional `ujson` (#311)
+- Dropped Python 3.3 support
+
+## 0.12.1 (2017-09-01)
+
+- Favor `Dataset.export(<format>)` over `Dataset.<format>` syntax in docs
+- Make Panda dependency optional
+
+## 0.12.0 (2017-08-27)
+
+- Add initial Panda DataFrame support
+- Dropped Python 2.6 support
## 0.11.5 (2017-06-13)