Update change log with dependency change

This adds the dependency change from Boost (for program options) to
cxxopts to the change log.
This commit is contained in:
Patrick Lühne 2018-04-06 23:04:27 +02:00
parent 09e56c3bce
commit 2a2fec0eac
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
## (unreleased)
### Internal
* drops Boost dependency in favor of the header-only command-line option library [cxxopts](https://github.com/jarro2783/cxxopts)
## 0.1.6 (2017-06-12)
### Features