From 2a2fec0eac769a81a7d6a79ff09f5d5a38ddbc90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Fri, 6 Apr 2018 23:04:27 +0200 Subject: [PATCH] Update change log with dependency change This adds the dependency change from Boost (for program options) to cxxopts to the change log. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab9fc02..2bd13ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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