CHANGELOG.md in pageflow-13.0.0.beta1 vs CHANGELOG.md in pageflow-13.0.0.beta2
- old
+ new
@@ -1,7 +1,20 @@
# CHANGELOG
+### Version 13.0.0.beta2
+
+2018-07-31
+
+[Compare changes](https://github.com/codevise/pageflow/compare/v13.0.0.beta1...v13.0.0.beta2)
+
+- Require resque in initializer
+ ([#980](https://github.com/codevise/pageflow/pull/980))
+- Use `ar_after_transaction` 0.5
+ ([#979](https://github.com/codevise/pageflow/pull/979))
+- Fix handling of null object in presence validation
+ ([#978](https://github.com/codevise/pageflow/pull/978))
+
### Version 13.0.0.beta1
2018-07-30
[Compare changes](https://github.com/codevise/pageflow/compare/12-x-stable...v13.0.0.beta1)
@@ -31,10 +44,10 @@
application, you need to add the following dependencies to the host
application's `Gemfile`:
gem 'resque', '~> 1.25'
gem 'resque-scheduler', '~> 2.5'
- gem 'ar_after_transaction', '~> 0.4.0'
+ gem 'ar_after_transaction', '~> 0.5.0'
gem 'redis', '~> 3.0'
gem 'redis-namespace', '~> 1.5'
The `resque-logger` and `resque_mailer` gems are no longer
used. Their initializers need to be removed from the host