Skip to content

Commit

Permalink
prepare 4.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Mar 31, 2019
1 parent 2110718 commit 34de727
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## Next - TBD
## 4.7.0 - 2019-03-31

### Added

Expand Down
3 changes: 2 additions & 1 deletion docs/4.0/sequence/container.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,12 @@ Sequence::substract(Sequence $sequence): Sequence

This method enables substracting a `Sequence` instance from another one. It internally use `Period::substract` and as such is not commutative.

<p class="message-notice"><strong>warning:</strong> This method is not optimized for substracting two large collection of <code>Sequence</code> objects.</p>

The following diagram gives you an overview of how the method works:

[![](/media/sequence-substract2.png "Sequence substraction: How it works")](/media/sequence-substract.png)


#### Examples

~~~php
Expand Down
1 change: 1 addition & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
cacheResult="true"
stopOnFailure="false">

<testsuites>
Expand Down

0 comments on commit 34de727

Please sign in to comment.