Skip to content

Commit

Permalink
Improve CHANGELOG.md (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaderks committed Jan 29, 2022
1 parent fc4762d commit f586923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f586923

Please sign in to comment.