CHANGELOG.md in verdict-0.8.0 vs CHANGELOG.md in verdict-0.9.0
- old
+ new
@@ -1,4 +1,9 @@
+## v0.9.0
+**This version has breaking changes**
+* Eagerly load experiment definitions when booting Rails, so that multi-threaded applications do not face a race-condition when populating experiments.
+* Fixes deprecated `assert_equal` tests that return nil.
+
## v0.8.0
**This version has breaking changes**
* Experiments that have `store_unqualified` set to `false` will now have previous assignments loaded on `assign` regardless of whether or not the merchant no longer qualifies
* Here's the change in logic for `assign` based on whether or not the `store_unqualified` flag is on: