Skip to content

Commit 754f0d9

Browse files
committed
Added changelog.
1 parent 12b8c62 commit 754f0d9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

LICENSE renamed to LICENSE.md

File renamed without changes.

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,11 @@ $checkSum = $luhn->calcCheckSum(123456789);
3030

3131
$checkDigit = $luhn->calcCheckDigit(123456789);
3232
```
33+
34+
## Changelog
35+
36+
* 4.0.0 - Rewrite of the implementation.
37+
* 3.0.0 - Completely restructured the interface of the library.
38+
* 2.0.1 - Fixed typos in interface.
39+
* 2.0.0 - Added namespace.
40+
* 1.0.0 - Initial release.

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"authors": [
1414
{
1515
"name": "Niklas Ekman",
16-
"email": "nikl.ekman@gmail.com",
17-
"homepage": "http://www.codr.se"
16+
"email": "nikl.ekman@gmail.com"
1817
}
1918
],
2019
"support": {

0 commit comments

Comments
 (0)