We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6e2e0 commit 361356dCopy full SHA for 361356d
CHANGELOG.md
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## [UNRELEASED] - 2020-01-13
8
+### Added
9
+- Linux SerialPort client and server connector(#286)
10
+- Build example for Centos 7 (#267)
11
+- `Json::Value` example code (#281)
12
+- IPv6 Support for `HttpServer` (#275)
13
+
14
+### Fixed
15
+- Incorrect README sections (#280)
16
+- Incorrect INTERFACE_LINK_LIBRARIES (#253)
17
+- `HttpClient` Response Code checking (#278)
18
19
## [v1.2.0] - 2019-03-29
20
### Added
21
- The `HttpServer` connector now has a `BindLocalhost` method (#261)
0 commit comments