aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2385d15..b7bbbc7 100644
--- a/README.md
+++ b/README.md
@@ -333,6 +333,10 @@ easier.
## Change log
+### 2022-03-28 v0.2.?? [diff](https://github.com/ivarref/yoltq/compare/v0.2.48...v0.2.??)
+* Don't OOM on migrating large amounts of data.
+* Respect `:auto-migrate? false`.
+
### 2022-03-27 v0.2.48 [diff](https://github.com/ivarref/yoltq/compare/v0.2.46...v0.2.48)
* Auto migration is done in the background.
* Only poll for current version of jobs, thus no races for auto migration.