Skip to content

Commit c33b48d

Browse files
committed
Prepare v2.7.1
1 parent 7e9b484 commit c33b48d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## 2.7.1 - 2017-01-06
5+
### Added assertions
6+
- `Assert\Assertion::extensionVersion()` (Thanks to [Timothy Younger](https://github.com/beberlei/assert/pull/205))
7+
- `Assert\Assertion::phpVersion()` (Thanks to [Timothy Younger](https://github.com/beberlei/assert/pull/203))
8+
- `Assert\Assertion::version()` (Thanks to [Timothy Younger](https://github.com/beberlei/assert/pull/203))
9+
10+
### Other changes
11+
- Exception messages can now be constructed via a callback.
12+
- Documentation now includes types.
13+
414
## 2.6.9 - 2017-01-04
515
### Added assertions
616
- `Assert\Assertion::defined()` (Thanks to [Timothy Younger](https://github.com/beberlei/assert/pull/193))

0 commit comments

Comments
 (0)