Skip to content

Commit 6fb7a5a

Browse files
committed
Updated README.md and CHANGELOG.md
1 parent 6761b9d commit 6fb7a5a

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [1.4.2] - 2020-03-18
8+
9+
### Fixed
10+
11+
- Some build script bugs that were introduced in the last releases
12+
13+
### Updated
14+
715
## [1.4.1] - 2020-03-15
816

917
### Fixed

README.md

+4-10
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,6 @@ To run the tests, run `ninja test` from the terminal while in the
6262
> ninja test
6363
```
6464

65-
### Building with `CMake` and `Visual Studio 2017`
66-
67-
Open Visual Studio 2017, and click on `File`->`Open`->`Folder`, or
68-
use the shortcut `Ctrl+Shift+Alt+O`. Open the root folder of this
69-
project. This will load the project in the explorer. To build,
70-
simply open the `CMake` menu and click `Build All`.
71-
72-
To run the tests, open the `CMake` menu, click `Tests` and then run
73-
`Run Skyr CTests`.
74-
7565
## Examples
7666

7767
These examples are based on the
@@ -182,14 +172,18 @@ Linux:
182172
* GCC 9
183173
* Clang 7
184174
* Clang 8
175+
* Clang 9
185176

186177
MacOS:
187178

188179
* Clang 7
180+
* Clang 8
181+
* Clang 9
189182

190183
Windows:
191184

192185
* Microsoft Visual C++ 2017
186+
* Microsoft Visual C++ 2019
193187

194188
## License
195189

0 commit comments

Comments
 (0)