Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Lebeau committed Jan 18, 2015
1 parent 64a27ab commit d3d16ee
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
@@ -1,17 +1,26 @@
# Changelog
All notable changes to this project will be documented in this file.

## 0.8.0 - 2015-01-11

### Added
- Support for ActiveRecord 4.2 (thanks to Thomas Kriechbaumer)
- Support for blocks in `where`

### Fixed
- Arel no longer needs to be required before SexyScopes

## 0.7.0 - 2014-07-23

### Fixed
- Existing class methods no longer overriden by dynamic method generation

### Added
- Support for Regular Expressions with the `=~` and `!~` operators (PostgreSQL, MySQL & SQLite3)
- Support for ActiveRecord 4.1
- Support for Arel 6
- Typecasting of predicates values to target columns' types
- Integration with Travis CI (https://travis-ci.org/samleb/sexy_scopes)

### Fixed
- Existing class methods no longer overriden by dynamic method generation
- Integration with [Travis CI](https://travis-ci.org/samleb/sexy_scopes)

### Removed
- Support for Ruby 1.9.2
Expand Down

0 comments on commit d3d16ee

Please sign in to comment.