Remove deprecation notice for console colour CLI

The required changes were one of the last commits before the full
v3 release.
This commit is contained in:
Martin Hořeňovský 2022-06-13 23:51:43 +02:00
parent d32fca4a49
commit 372b7575f6
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 0 additions and 8 deletions

View File

@ -17,14 +17,6 @@ as it can be replaced by `Catch.cmake` that provides the function
command line interface instead of parsing C++ code with regular expressions.
## Planned changes
### Console Colour API
The API for Catch2's console colour will be changed to take an extra
argument, the stream to which the colour code should be applied.
---
[Home](Readme.md#top)