summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2020-02-12 15:44:26 +0200
committerClaude Paroz <claude@2xlibre.net>2020-02-12 19:04:51 +0100
commit7a6c623cca51293d82bfc1f09bb1aa123708f2da (patch)
treec42ec2145c12b336369df2a84057ef16763e4a58
parent0c31fcb3e4cf50edeca0d0e1cd490fb220458ca4 (diff)
downloadtablib-7a6c623cca51293d82bfc1f09bb1aa123708f2da.tar.gz
Document upcoming breaking change in 2.0
-rw-r--r--HISTORY.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index f619581..e5dd53c 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,5 +1,14 @@
# History
+## 1.1.0 (Unreleased)
+
+### Deprecations
+
+- Upcoming breaking change in Tablib 2.0.0: the `Row.lpush/rpush` logic is reversed.
+ `lpush` is appending while `rpush` and `append` are prepending. The broken behavior
+ will remain in Tablib 1.x and will be fixed (reversed) in Tablib 2.0.0 (#453). If you
+ count on the broken behavior, please update your code when you upgrade to Tablib 2.x.
+
## 1.0.0 (2020-01-13)
### Breaking changes