Skip to content

Commit 5078941

Browse files
committed
Rename static and and or to all and any in CHANGELOG
1 parent 4b1fcca commit 5078941

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# master
22
*Please add new entries at the top.*
3-
1. add possibility to use `and` and `or` operators with array of arguments (#735, kudos to @olejnjak)
3+
1. add possibility to use `all` and `any` operators with array of arguments (#735, kudos to @olejnjak)
44
```swift
5-
let property = Property.or([boolProperty1, boolProperty2, boolProperty3])
5+
let property = Property.any([boolProperty1, boolProperty2, boolProperty3])
66
```
77
2. Fixed Result extensions ambiguity (#733, kudos to @nekrich)
88

0 commit comments

Comments
 (0)