Skip to content

Latest commit

 

History

History
112 lines (93 loc) · 7.22 KB

CHANGELOG.md

File metadata and controls

112 lines (93 loc) · 7.22 KB

Changes are below categorized as Features, Fixes, or Misc.

Each change should fall into categories that would affect whether the release is major (breaking changes), minor (new behavior), or patch (bug fix). See semver and pessimistic versioning

As such, a Feature would map to either major or minor. A bug fix to a patch. And misc is either minor or patch, the difference being kind of fuzzy for the purposes of history. Adding tests would be patch level.

Master changes

  • Breaking Changes
    • Taggable models are not extend with ActsAsTaggableOn::Utils anymore
  • Features
  • Fixes
  • Performance
  • Misc
    • Deleted outdated benchmark script

3.0.0.rc2 changes

3.0.0.rc1 changes

  • Features
  • Fixes
  • Misc