diff --git a/CHANGELOG.md b/CHANGELOG.md index 0634b5a..290221f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ## 3.1.0 +- Remove translation of exception on reconnect. #49 +- Fix #53 - Implement dbconsole support. #55 +- Fix #54 - Apply connection configuration. #56 +- Backport Rails 7.1a refactors and tweaks. #50, #51, #57, #58, #59 + ### Changed - Added support for Rails 6.0 and 6.1. #42