CHANGELOG in message_bus-3.2.0 vs CHANGELOG in message_bus-3.3.0

- old
+ new

@@ -1,4 +1,10 @@ +- Unreleased + + - FEATURE: `MessageBus.base_route=` to alter the route that message bus will listen on. + +07-05-2020 + - Version 3.2.0 - FIX: compatability with Rails 6.0.3, note: apps without ActionDispatch::Flash may stop working after this upgrade to correct this disable middleware injection with `config.skip_message_bus_middleware = true` and configure middleware by hand with `app.middleware.use(MessageBus::Rack::Middleware)`