updated changelog

This commit is contained in:
Fufu Fang 2019-10-22 01:55:55 +01:00
parent cde4a13005
commit eb27257e47
No known key found for this signature in database
GPG Key ID: 0F6BB5EF6F8BB729
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
- Wrapped all calloc() calls with error handling functions.
- Remove the erroneous error messages when the user supplies wrong command line
options.
- Separated out network initialisation code and root LinkTable retrieval code.
## [1.1.10] - 2019-09-10
### Added