Skip to content

Commit b715864

Browse files
committed
Update change log [skip ci]
1 parent 06ab100 commit b715864

File tree

1 file changed

+31
-4
lines changed

1 file changed

+31
-4
lines changed

CHANGELOG.md

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22
This change log was started in August 2014. All notable changes to this project
33
henceforth should be documented here.
44

5+
## Version 1.5.1 - 2014-10-30
6+
### Added
7+
8+
* Add base specs for search on fields with `_start` and `_end`.
9+
10+
*Jon Atack*
11+
12+
* Add a failing spec for detecting attribute fields containing `_and_` that
13+
needs to be fixed. Method names containing `_and_` and `_or_` are still not
14+
parsed/detected correctly.
15+
16+
*Jon Atack*
17+
18+
### Fixed
19+
20+
* Fix a regression caused by incorrect string constants in context.rb.
21+
22+
*Kazuhiro NISHIYAMA*
23+
24+
### Changed
25+
26+
* Remove duplicate code in spec/support/schema.rb.
27+
28+
*Jon Atack*
29+
30+
531
## Version 1.5.0 - 2014-10-26
632
### Added
733

@@ -48,13 +74,14 @@ henceforth should be documented here.
4874

4975
*Jon Atack*
5076

51-
* Improve `attribute_method?` parsing for method names containing `_and_` and
52-
`_or_`. Attributes named like `foo_and_bar` or `foo_or_bar` are recognized
53-
now instead of running failing checks for `foo` and `bar`.
77+
* Improve `attribute_method?` parsing for attribute names containing `_and_`
78+
and `_or_`. Attributes named like `foo_and_bar` or `foo_or_bar` are
79+
recognized now instead of running failing checks for `foo` and `bar`.
80+
CORRECTION October 28, 2014: this feature is still not working!
5481

5582
*Joe Yates*
5683

57-
* Improve `attribute_method?` parsing for method names ending with a
84+
* Improve `attribute_method?` parsing for attribute names ending with a
5885
predicate like `_start` and `_end`. For instance, a `foo_start` attribute
5986
is now recognized instead of raising a NoMethodError.
6087

0 commit comments

Comments
 (0)