Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 2e6d2f3

Browse files
committed
Added CHANGELOG for #47
1 parent b1342a7 commit 2e6d2f3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ All notable changes to this project will be documented in this file, in reverse
88

99
- [#18](https://github.com/zendframework/zend-validator/pull/18) adds a `GpsPoint`
1010
validator for validating GPS coordinates.
11+
- [#47](https://github.com/zendframework/zend-validator/pull/47) adds two new
12+
classes, `Zend\Validator\Isbn\Isbn10` and `Isbn13`; these classes are the
13+
result of an extract class refactoring, and contain the logic specific to
14+
calcualting the checksum for each ISBN style. `Zend\Validator\Isbn` now
15+
instantiates the appropriate one and invokes it.
1116

1217
### Deprecated
1318

0 commit comments

Comments
 (0)