File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog #
2
2
3
+ ## v2.1.3 (2015-11-08) ##
4
+
5
+ * Ensure the tests run on both HHVM and PHP7
6
+
3
7
## v2.1.2 (2015-08-22) ##
4
8
5
9
* The GMP encoder no longer tries to encode classes that extend the GMP class
24
28
* The float encoder now behaves slightly differently when deciding whether to
25
29
use the exponential float notation or not.
26
30
* The float encoder now uses ` serialize_precision ` when the option ` precision `
27
- is set to ` false `
31
+ is set to ` false `
28
32
* Several methods will now throw an InvalidOptionException if any invalid
29
33
encoder options have been provided
30
34
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ at: http://kit.riimu.net/api/phpencoder/
25
25
[ ![ Code Coverage] ( https://img.shields.io/scrutinizer/coverage/g/Riimu/Kit-PHPEncoder.svg?style=flat )] ( https://scrutinizer-ci.com/g/Riimu/Kit-PHPEncoder/ )
26
26
[ ![ Scrutinizer Code Quality] ( https://img.shields.io/scrutinizer/g/Riimu/Kit-PHPEncoder.svg?style=flat )] ( https://scrutinizer-ci.com/g/Riimu/Kit-PHPEncoder/ )
27
27
[ ![ 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 )] ( )
29
29
30
30
## Requirements ##
31
31
You can’t perform that action at this time.
0 commit comments