Improve CHANGELOG.md (#166)

This commit is contained in:
Victor Derks 2022-01-29 18:27:58 +01:00 committed by GitHub
parent fc4762d97e
commit f586923979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
### Changed
- Updates to the CMakeLists.txt for Unix builds (except macOS) to hide more symbols from the shared library.
- C++14 is now the mimimum version instead of explicity required. This allows consuming applications more flexibility.
- C++14 is now the minimum version instead of explicitly required. This allows consuming applications more flexibility.
Typically CMake will select the latest C++ standard version that used C++ compiler supports.
## [2.3.1] - 2021-1-25