Update CHANGELOG.md

This commit is contained in:
Fufu Fang 2019-08-24 18:18:53 +01:00 committed by GitHub
parent 57044b6d6d
commit 242403098e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
- Suppressed "-Wunused-function" in ``network.c`` for network related functions.
### Fixed
- Addressed the link ordering problem raised in issue #28
## [1.1.7] - 2019-08-23
### Added