Skip to content

Commit

Permalink
Updated changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bernedom committed Jun 27, 2019
1 parent d300fbf commit 3634480
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.0.1 - unreleased

* cmake requires version 3.12 to support add_executable without sources and verbose project description
* all headers are prefixed with a license tag

## 1.0.0

* Literal operators return explicit return types instead of auto
Expand Down
2 changes: 1 addition & 1 deletion example/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.8)
cmake_minimum_required(VERSION 3.12)

project("SI-Example")

Expand Down

0 comments on commit 3634480

Please sign in to comment.