Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit 3bd0557

Browse files
author
Marin Usalj
committed
update changelog
1 parent 5976b84 commit 3bd0557

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
1-
## master
1+
## 1.5
2+
3+
#### Breaking changes
4+
5+
- `+mappings` are now a class method!
26

37
- Added support for variadic arguments in `+where:`, `+find:`, and
48
`+countWhere:`. (This also removes the now-redundant `+whereFormat:`.)
59

10+
#### Enhancements
11+
612
- Formatted arguments now use `+predicateWithFormat:` instead of
7-
`+stringWithFormat:` (to enforces proper predicate quoting).
13+
`+stringWithFormat:` (to enforce proper predicate quoting).
814

915
- `+find:` now supports predicates.
1016

17+
1118
## 1.2
1219

1320
#### Features

0 commit comments

Comments
 (0)