Skip to content

Commit

Permalink
Add 2.7.0 changes to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
composerinteralia authored Jan 23, 2024
1 parent 901dafe commit b697169
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## Unreleased

## 2.7.0

### Changed

- `Trilogy::SyscallError::*` errors now use the standard `Module#===` implementation #143
- `Trilogy::TimeoutError` no longer inherits from `Errno::ETIMEDOUT` #143
- Deprecated `Trilogy::ConnectionRefusedError` and `Trilogy::ConnectionResetError`,
replaced by `Trilogy::SyscallError::ECONNREFUSED` and `Trilogy::SyscallError::ECONNRESET` #143

## 2.6.1

### Fixed
Expand Down

0 comments on commit b697169

Please sign in to comment.