Skip to content

Commit f7baebd

Browse files
committed
Add date to changes file
1 parent eaafdf7 commit f7baebd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog #
22

3-
## v2.0.0 (?) ##
3+
## v2.0.0 (2014-12-29) ##
44

55
* Encoding is now separated into external encoding classes
66
* Various options are now set via PHPEncoder::setOption() instead

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ This would create the following output:
8181

8282
Of course, the most important feature of this library is the ability to
8383
customize the created the PHP code. As the second argument, the `encode()`
84-
method takes an array of options, which can be used to customise the returned
84+
method takes an array of options, which can be used to customize the returned
8585
PHP code. For example:
8686

8787
```php

0 commit comments

Comments
 (0)