From 5a06fffc215533dcb03a784e3a6dc23e551bbdf0 Mon Sep 17 00:00:00 2001 From: Rui Baltazar Date: Thu, 17 Dec 2020 11:20:05 +0800 Subject: [PATCH] updated changelog --- CHANGELOG.md | 37 +++++++++++++++++++++++++------------ 1 file changed, 25 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 345ae68e..fb38ac55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,27 +2,40 @@ ## [Unreleased](https://github.com/rails-on-services/apartment/tree/HEAD) -[Full Changelog](https://github.com/rails-on-services/apartment/compare/v2.7.2...HEAD) +[Full Changelog](https://github.com/rails-on-services/apartment/compare/v2.8.0...HEAD) **Implemented enhancements:** -- Uses a transaction to create a tenant [\#66](https://github.com/rails-on-services/apartment/issues/66) +**Fixed bugs:** + +- New version raises an error with ActiveSupport::LogSubscriber [#128](https://github.com/rails-on-services/apartment/issues/128) + +**Closed issues:** + +## [v2.8.0](https://github.com/rails-on-services/apartment/tree/v2.8.0) (2020-12-16) + +[Full Changelog](https://github.com/rails-on-services/apartment/compare/v2.7.2...v2.8.0) + +**Implemented enhancements:** + +- Uses a transaction to create a tenant [#66](https://github.com/rails-on-services/apartment/issues/66) **Fixed bugs:** -- Fix seeding errors [\#86](https://github.com/rails-on-services/apartment/issues/86) -- When tests run in a transaction, new tenants in tests fail to create [\#123](https://github.com/rails-on-services/apartment/issues/123) -- Reverted unsafe initializer - introduces the possibility of disabling the initial connection to the database via -environment variable. Relates to the following tickets/PRs: - - [#113](https://github.com/rails-on-services/apartment/issues/113) - - [#39](https://github.com/rails-on-services/apartment/pull/39) - - [#53](https://github.com/rails-on-services/apartment/pull/53) - - [#118](https://github.com/rails-on-services/apartment/pull/118) +- Fix seeding errors [#86](https://github.com/rails-on-services/apartment/issues/86) +- When tests run in a transaction, new tenants in tests fail to create [#123](https://github.com/rails-on-services/apartment/issues/123) +- Reverted unsafe initializer - introduces the possibility of disabling the initial connection to the database via + environment variable. Relates to the following tickets/PRs: + - [#113](https://github.com/rails-on-services/apartment/issues/113) + - [#39](https://github.com/rails-on-services/apartment/pull/39) + - [#53](https://github.com/rails-on-services/apartment/pull/53) + - [#118](https://github.com/rails-on-services/apartment/pull/118) **Closed issues:** -- Improve changelog automatic generation [\#98](https://github.com/rails-on-services/apartment/issues/98) -- Relaxes dependencies to allow rails 6.1 [\#121](https://github.com/rails-on-services/apartment/issues/121) +- Improve changelog automatic generation [#98](https://github.com/rails-on-services/apartment/issues/98) +- Relaxes dependencies to allow rails 6.1 [#121](https://github.com/rails-on-services/apartment/issues/121) + ## [v2.7.2](https://github.com/rails-on-services/apartment/tree/v2.7.2) (2020-07-17)