Skip to content

Commit

Permalink
Update description to more user friendly one.
Browse files Browse the repository at this point in the history
  • Loading branch information
nubeiro committed May 22, 2017
1 parent 1f54084 commit 2a4963e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Expand Up @@ -6,18 +6,18 @@ All Notable changes to `php-amqplib` will be documented in this file

## 2.7.0-rc1 - 2017-05-22
### Added
- Increased overall test coverage.
- Increased overall test coverage
- Bring heartbeat support to socket connection
- Add message delivery tag for internal ack handler
- Add message delivery tag for publisher confirms
- Add support for serializing DateTimeImmutable objects

### Fixed
- Fixed infinite loop on reconnect - check_heartbeat
- Fixed signal handling exit example
- Fixed exchange_unbind arguments
- Fixed invalid annotation for channel_id
- Fixed socket null error on php 5.3 version.
- Fixed timeout parameters on HHVM before calling stream_select.
- Fixed socket null error on php 5.3 version
- Fixed timeout parameters on HHVM before calling stream_select

### Changed
- declare(ticks=1) no longer needed after PHP5.3 / amqplib 2.4.1
Expand All @@ -26,7 +26,7 @@ All Notable changes to `php-amqplib` will be documented in this file
- Add extensions requirements to README.md
- Add PHP 7.1 to Travis build
- Reduce memory usage in StreamIO::write()
- Re-enable heartbeats after reconnection.
- Re-enable heartbeats after reconnection

## 2.6.3 - 2016-04-11

Expand Down

0 comments on commit 2a4963e

Please sign in to comment.