Skip to content

Commit 88ff39b

Browse files
committed
Update docs
1 parent 6b5fda4 commit 88ff39b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog #
22

3+
## v2.1.3 (2015-11-08) ##
4+
5+
* Ensure the tests run on both HHVM and PHP7
6+
37
## v2.1.2 (2015-08-22) ##
48

59
* The GMP encoder no longer tries to encode classes that extend the GMP class
@@ -24,7 +28,7 @@
2428
* The float encoder now behaves slightly differently when deciding whether to
2529
use the exponential float notation or not.
2630
* The float encoder now uses `serialize_precision` when the option `precision`
27-
is set to `false`
31+
is set to `false`
2832
* Several methods will now throw an InvalidOptionException if any invalid
2933
encoder options have been provided
3034

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ at: http://kit.riimu.net/api/phpencoder/
2525
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/Riimu/Kit-PHPEncoder.svg?style=flat)](https://scrutinizer-ci.com/g/Riimu/Kit-PHPEncoder/)
2626
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/Riimu/Kit-PHPEncoder.svg?style=flat)](https://scrutinizer-ci.com/g/Riimu/Kit-PHPEncoder/)
2727
[![HHVM Status](https://img.shields.io/hhvm/riimu/kit-phpencoder.svg)](http://hhvm.h4cc.de/package/riimu/kit-phpencoder)
28-
![PHP7 Status](https://img.shields.io/badge/PHP7-tested-brightgreen.svg)
28+
[![PHP7 Status](https://img.shields.io/badge/PHP7-tested-brightgreen.svg)]()
2929

3030
## Requirements ##
3131

0 commit comments

Comments
 (0)