Update CHANGELOG.md

This commit is contained in:
Fufu Fang 2019-08-31 08:24:21 +01:00 committed by GitHub
parent f2549fb9e7
commit 3f7916e0ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.1.9]
## [1.1.9] - 2019-08-31
### Fixed
- Fixed issue #40 - Crashes with "API function called from within callback".
## [1.1.8]
## [1.1.8] - 2019-08-24
### Changed
- Suppressed "-Wunused-function" in ``network.c`` for network related functions.