diff --git a/CHANGELOG.md b/CHANGELOG.md index 94a122f..1f2ef84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,19 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Added +* Add layer raw size and geometries raw size to vtzero-stats, use CSV format. + ### Changed +* Switched to C++14 as minimum requirement (because the Protozero library + we depend on switched). +* Various updates to build and clang-tidy config +* Lots of small code cleanups. + ### Fixed +* Remove superfluous std::forwards. + ## [1.1.0] - 2020-06-11 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 32ed657..e6dca71 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ To release a new vtzero version: - - Make sure all tests are passing locally and on travis/appveyor + - Make sure all tests are passing locally and on Github and on Appveyor - Update version number in - `CMakeLists.txt` (one place) - `include/vtzero/version.hpp` (two places)