Skip to content

Commit

Permalink
Prepare v7.1.5 (#2060)
Browse files Browse the repository at this point in the history
  • Loading branch information
thePanz authored Mar 29, 2022
1 parent 7723faa commit 72a4598
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/ruflin/Elastica/compare/7.1.4...master)
## [Unreleased](https://github.com/ruflin/Elastica/compare/7.1.5...master)
### Backward Compatibility Breaks
### Added
* Added explicit return annotation to `Elastica\Multi\ResultSet::current()` and `Elastica\Multi\ResultSet::offsetGet()` by @franmomu
[2056](https://github.com/ruflin/Elastica/pull/2056)
* Add throwing `\Elastica\Exception\RequestEntityTooLargeException` on HTTP-413 responses in `\Elastica\Bulk` by @Vetaxon [2055](https://github.com/ruflin/Elastica/pull/2055)

### Changed
### Deprecated
### Removed
### Fixed
### Security

## [7.1.5](https://github.com/ruflin/Elastica/compare/7.1.5...7.1.4)
### Added
* Added explicit return annotation to `Elastica\Multi\ResultSet::current()` and `Elastica\Multi\ResultSet::offsetGet()` by @franmomu [2056](https://github.com/ruflin/Elastica/pull/2056)
* Add throwing `\Elastica\Exception\RequestEntityTooLargeException` on HTTP-413 responses in `\Elastica\Bulk` by @Vetaxon [2055](https://github.com/ruflin/Elastica/pull/2055)

## [7.1.4](https://github.com/ruflin/Elastica/compare/7.1.4...7.1.3)
### Added
* Added support for `symfony/deprecation-contracts` 3.0 by @rguennichi [#2047](https://github.com/ruflin/Elastica/pull/2047)
Expand Down

0 comments on commit 72a4598

Please sign in to comment.