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
- Features
- Fixes
- Performance
- Misc
- Features
- Fixes
- @rafael #406 Dirty attributes not correctly derived
- @bzbnhang #440 Did not respect strict_case_match
- @znz #456 Fix breaking encoding of tag
- @rgould #417 Let '.count' work when tagged_with is accompanied by a group clause
- @developer88 #461 Move 'Distinct' out of select string and use .uniq instead
- @gerard-leijdekkers #473 Fixed down migration index name
- @leo-souza #498 Use database's lower function for case-insensitive match
- Misc
- Fixes
- Misc
- Breaking Changes
- No longer supports Ruby 1.8.
- Features
- Supports Rails 4.1.
- Misc (TODO: expand)
3.0.0.rc2 changes
3.0.0.rc1 changes
- Features
- Fixes
- Misc