CHANGELOG.md in verdict-0.12.0 vs CHANGELOG.md in verdict-0.13.0
- old
+ new
@@ -1,9 +1,15 @@
+## v0.13.0
+
+* Add optional experiment definition methods `schedule_start_timestamp` and `schedule_end_timestamp` to support limiting experiment's lifetime in a pre-determined time interval.
+* Support eager loading from within a Rails app using Zeitwerk.
+* Add `CookieStorage` storage backend. This backend is a distributed store for Verdict and does not support experiment timestamps. It is designed to be used with Rails applications and requires that `.cookies` be set to the `CookieJar` instance before use.
+
## v0.12.0
* Allow options to be passed to `Experiment#cleanup` so they can be forwarded to storage.
-* Changed `Experiment#cleanup` to accept an argument of type `Verdict::Experiment`.
+* Changed `Experiment#cleanup` to accept an argument of type `Verdict::Experiment`.
Passing a `String`/`Symbol` argument is still supported, but will log a deprecation warning.
## v0.11.0
* Automatic eager loading when inside a Rails app.