Sha256: 17ebfdba27b4722eb14bd8eca0bd412474851786931c3b2c33a22f88db9e1fcb

Contents?: true

Size: 614 Bytes

Versions: 1

Compression:

Stored size: 614 Bytes

Contents

Upgrading to ByStar 2.2.0
-------------------------

* ActiveRecord: the `between` method has been deprecated as of version 2.2.0, and will be removed in version 3.3.0.
Please use `between_times` instead.

* Mongoid: the `between` method has been removed as of version 2.2.0, as it conflicts with the native Mongoid `between`
method. Please use `between_times` instead.

* Chronic gem (used for time string parsing) has been removed as a hard dependency for ByStar,
however it is still supported. If you would like to use Chronic with ByStar, please explicitly
include `gem chronic` into your Gemfile.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
by_star-2.2.0 UPGRADING