Skip to content

Commit 0112476

Browse files
committed
adds BC breaking changes note to CHANGELOG
1 parent cb6a45a commit 0112476

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ All Notable changes to `PhpAmqpLib` will be documented in this file
44

55
## 2.6.0 - 2015-09-23
66

7+
### BC Breaking Changes
8+
- The `AMQPStreamConnection` class now throws `ErrorExceptions` when errors happen while reading/writing to the network.
9+
710
### Added
811
- Heartbeat frames will decrease the timeout used when calling wait_channel - heartbeat frames do not reset the timeout
912

1013
### Fixed
1114
- Declared the class AbstractChannel as being an abstract class
1215
- Reads, writes and signals respond immediately instead of waiting for a timeout
13-
- Fatal error in some cases on Channel.wait with timeout when rabbitMQ restarted
16+
- Fatal error in some cases on Channel.wait with timeout when RabbitMQ restarted
1417
- Remove warning when trying to push a deferred frame

0 commit comments

Comments
 (0)