Skip to content

Commit ae892f0

Browse files
committed
Update Change Log, prepare for 1.4.0 release
[skip ci]
1 parent 80ab948 commit ae892f0

File tree

1 file changed

+25
-12
lines changed

1 file changed

+25
-12
lines changed

CHANGELOG.md

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,67 @@
11
# Change Log
2-
All notable changes to this project from August 2014 on will be documented here.
2+
This change log was started in August 2014. All notable changes to this project
3+
henceforth should be documented here.
34

4-
## Unreleased
5+
## Version 1.4.0 - 2014-09-23
56
### Added
67

7-
* Add `ro.yml` Romanian translation file.
8+
* Add support for Rails 4.2.0! Let us know if you encounter any issues.
89

9-
*Andreas Philippi*
10+
*Xiang Li*
1011

1112
* Add `not_true` and `not_false` predicates and update the "Basic Searching"
1213
wiki. Fixes #123, #353.
1314

1415
*Pedro Chambino*
1516

16-
* Start a CHANGELOG.
17+
* Add `ro.yml` Romanian translation file.
18+
19+
*Andreas Philippi*
20+
1721
* Add new documentation in the README explaining how to group queries by `OR`
1822
instead of the default `AND` using the `m: 'or'` combinator.
1923

24+
* Add new documentation in the README and in the source code comments
25+
explaining in detail how to handle whitelisting/authorization of
26+
attributes, associations, sorts and scopes.
27+
28+
* Add new documentation in the README explaining in more detail how to use
29+
scopes for searching with Ransack.
30+
31+
* Begin a CHANGELOG.
32+
2033
*Jon Atack*
2134

2235
### Fixed
2336

24-
* Fix attribute translations when using ActiveRecord with STI.
37+
* Fix singular/plural Active Record attribute translations.
2538

2639
*Andreas Philippi*
2740

2841
* Fix the params hash being modified by `Search.new` and the Ransack scope.
2942

3043
*Daniel Rikowski*
3144

32-
* Apply default scope conditions for association joins (Rails 3).
45+
* Apply default scope conditions for association joins (fix for Rails 3).
3346

3447
Avoid selecting records from joins that would normally be filtered out
3548
if they were selected from the base table. Only applies to Rails 3, as
3649
this issue was fixed in Rails 4.
3750

3851
*Andrew Vit*
3952

40-
* Fix incoherent code examples in the README Associations section that mixed
41-
up `@q` and `@search`.
53+
* Fix incoherent code examples in the README Associations section that
54+
sometimes used `@q` and other times `@search`.
4255

4356
*Jon Atack*
4457

4558
### Changed
4659

4760
* Refactor Ransack::Translate.
4861

49-
* Rewrite much of the README doc, including the Associations section
50-
code examples and the Authorizations section showing how to whitelist
51-
attributes, associations, sorts and scopes.
62+
* Rewrite much of the Ransack README documentation, including the
63+
Associations section code examples and the Authorizations section detailing
64+
how to whitelist attributes, associations, sorts and scopes.
5265

5366
*Jon Atack*
5467

0 commit comments

Comments
 (0)