Skip to content

Commit

Permalink
version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bremoran committed Jan 28, 2016
1 parent 2c6aedc commit 68078c0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [v1.1.1]
### Improved
- Documentation now defines expected error codes
- Error codes returned match documentation
- Additional checks for failing conditions

### Added
- A new TCPStream constructor for use with ```accept()```
- The previous TCPStream constructor used with ```accept()``` is now deprecated


## [v1.1.0]
### Improved
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sockets",
"version": "1.1.0",
"version": "1.1.1",
"description": "C++ Asynchronous Sockets Layer",
"keywords": [
"mbed",
Expand Down

0 comments on commit 68078c0

Please sign in to comment.