From 68078c0f978ddd919f4c96ad8b97b87b5619fa90 Mon Sep 17 00:00:00 2001 From: Brendan Moran Date: Thu, 28 Jan 2016 15:08:47 +0000 Subject: [PATCH] version 1.1.1 --- CHANGELOG.md | 10 ++++++++++ module.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79893ea..ccbaf6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/module.json b/module.json index 2e0049f..5cd39a3 100644 --- a/module.json +++ b/module.json @@ -1,6 +1,6 @@ { "name": "sockets", - "version": "1.1.0", + "version": "1.1.1", "description": "C++ Asynchronous Sockets Layer", "keywords": [ "mbed",