Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 2.47 KB

CHANGELOG.md

File metadata and controls

45 lines (37 loc) · 2.47 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

2.0.3 - 2016-11-07

Fixed

  • Fix defining associations on acting_as model after calling acting_as

2.0.2 - 2016-11-06

Fixed

  • Call #touch on actable object when it's called on the acting_as object

2.0.1 - 2016-10-05

Added

  • Added this changelog
  • Added touch option to skip touching the acting_as object (hzamani#78, thanks to allenwq!)

2.0.0 - 2016-09-14

Added

Removed

  • Dropped support for Ruby < 2.2 and ActiveSupport/ActiveRecord < 4.2

Fixed