Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 904 Bytes

File metadata and controls

29 lines (20 loc) · 904 Bytes

CHANGELOG for activesupport-deprecation_test_helper

Inspired by Keep a Changelog.

Note: this project adheres to Semantic Versioning.

[0.2.0] - 2023-03-21

Added

  • Added explicit support for Ruby 2.7, 3.0, and 3.1
  • Added explicit support for activesupport 7

Removed

  • Removed support for Rails 4

[0.1.2] - 2020-06-18

Fixed

  • RSpec configuration bug where after(:suite) callback was unable to execute successfully

[0.1.1] - 2020-06-18

Fixed

  • RSpec configuration no longer runs multiple times during the test run

0.1.0 - 2020-06-18

Added

  • Added ability to configure your tests to record and report unexpected deprecation warnings
  • Added support for configuration in Minitest and RSpec