diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a13557..d7eff41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## Version 1.1 + +*TBD* + +[View Issues][v1.1-issues] + +**Features:** + +- Added `BUILD_TESTS` CMake configuration variable + ## Version 1.0 *March 27, 2017* @@ -39,4 +49,5 @@ - Removed BUILD_TESTS flag for now - Fixed static linking +[v1.1-issues]:https://github.com/aisouard/libwebrtc/milestone/1 [v1.0-issues]:https://github.com/aisouard/libwebrtc/milestone/1 diff --git a/README.md b/README.md index bf28e8f..5aa6112 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,10 @@ perform cross-compiling. Generate Red Hat package, defaults to OFF, available under Linux only. +- **BUILD_TESTS** + + Build WebRTC unit tests and mocked classes such as `FakeAudioCaptureModule`. + - **BUILD_SAMPLE** Build an executable located inside the `sample` folder.