Skip to content

Commit be2d53a

Browse files
committed
Released v0.8.5
1 parent 2d13c30 commit be2d53a

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# CHANGELOG
22

3+
## 0.8.5: Normalized float to double
4+
5+
Normalization from float to double, thanks to @ItsKelsBoys
6+
7+
## 0.8.4: PHP 7.2 support
8+
9+
Thanks to @roukmoute for adding PHP 7.2 support
10+
11+
## 0.8.3: Fixed float arguments
12+
13+
Marked float as being a non object type, thanks to @arn0d
14+
15+
## 0.8.2: phpspec 4
16+
17+
Using phpspec 4.0 stable, thanks to @arn0d
18+
19+
## 0.8.1: Memio 2.0
20+
21+
Using Memio 2.0, thanks to @arn0d
22+
323
## 0.8.0: phpspec 4
424

525
Upgraded phpspec to v4.0@rc, meaning:

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<!-- http://phpunit.de/manual/current/en/appendixes.configuration.html -->
4-
<phpunit backupGlobals="false" colors="true" syntaxCheck="false" bootstrap="vendor/autoload.php">
4+
0<phpunit backupGlobals="false" colors="true" bootstrap="vendor/autoload.php">
55
<testsuites>
66
<testsuite name="Integration Tests">
77
<directory>tests</directory>

0 commit comments

Comments
 (0)