Skip to content

Commit

Permalink
prepare 4.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed May 19, 2019
1 parent de63c2c commit ba15e92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ matrix:
- COLLECT_COVERAGE=true
- IGNORE_PLATFORMS=true
- RUN_PHPSTAN=true
- RUN_INFECTION=false
- RUN_INFECTION=true
- VALIDATE_CODING_STYLE=false
- php: 7.4snapshot
env:
Expand Down
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@

All Notable changes to `Period` will be documented in this file

## Next - TBD
## 4.7.1 - 2019-05-19

### Added

- None

### Fixed

- None
- Improve `Duration::createFromDateString` bug fix to take into account [DateInterval::createFromDateString
bug fix](https://bugs.php.net/bug.php?id=50020)
- Update the development tools to Infection 0.13

### Deprecated

Expand Down

0 comments on commit ba15e92

Please sign in to comment.