Skip to content

Commit

Permalink
Update changelog for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Crow committed May 8, 2018
1 parent 7f909f7 commit 7cb0c9f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Development]

### Modified
## [3.4.0] - 2018-05-08

### Changed
- Modify call now works with the API again, returning `null` (because the API now returns 204 No Content)
- VerifyRequest now supports all supported parameters.
- Client-side validation for the `from` parameter's length on the `Message` class has been removed.
Expand All @@ -18,8 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [3.2.0] - 2017-11-30

### Modified

### Changed
- Add signature authentication support to the API endpoints which support it.

## [3.1.0] - 2017-10-24
Expand All @@ -29,7 +26,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Add `VoiceClient.downloadRecording`

### Changed

- Made exceptions from `AuthCollection`'s `getAuth` and `getAcceptableAuthMethod` more specific. (Backwards compatible change)


Expand Down

0 comments on commit 7cb0c9f

Please sign in to comment.