Skip to content

Commit 31e72dc

Browse files
committed
ChangeLog grooming for v42
1 parent c9c0df9 commit 31e72dc

File tree

1 file changed

+21
-17
lines changed

1 file changed

+21
-17
lines changed

ChangeLog

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,43 @@
1-
v42 2021-12-06
1+
v42 2021-12-07
22

3-
* Fixed issue 264: Sequence objects did not correctly report is_complete()
4-
when there were living, but satisfied, expectations.
3+
* Fixed issue 264: Sequence objects did not correctly report
4+
is_complete() when there were living, but satisfied, expectations
5+
remaining. Thank you Václav Kubernát for reporting.
56

67
* Fixed issue 259 where CMakeFiles.txt wrongly installed trompeloeil
78
for projects that includes it. It is now an option. See FAQ for
8-
details.
9+
details. Thank you Ismail Pazarbasi for reporting and fixing.
910

1011
* Updated Catch2 to version 2.13.7 to compile unit tests on systems
1112
with glibc >= 2.34.
1213

13-
* Fix issue 255: Hex dumps showed byte values <= 15(dec) wrong
14+
* Fixed issue 255: Hex dumps showed byte values <= 15(dec) wrong.
15+
Thank you Stuart Dootson for reporting.
1416

15-
* Fix issue 253: Resolve lingering warnings in early Clang compilers and
16-
enable -Wzero-as-null-pointer-constant when compiling unit tests with
17-
GCC and Clang.
17+
* Fixed issue 253: Resolve lingering warnings in early Clang compilers
18+
and enable -Wzero-as-null-pointer-constant when compiling unit tests
19+
with GCC and Clang.
1820

19-
* Fix issue 250: Warnings about zero argument variadic macros with
20-
clang-msvc. Thanks u3shit for reporting and fixing.
21+
* Fixed issue 250: Warnings about zero argument variadic macros with
22+
clang-msvc. Thank you u3shit for reporting and fixing.
2123

22-
* Fix issue 251: trompeloeil::printer<> customization point now supports
23-
SFINAE expressions to constrain partial specializations. Thank you
24-
Christian Morales Vega for reporting.
24+
* Fixed issue 251: trompeloeil::printer<> customization point now
25+
supports SFINAE expressions to constrain partial specializations.
26+
Thank you Christian Morales Vega for reporting.
2527

26-
* Fix issue 245: Modify cmake to build thread_terror on Windows with MSVC.
28+
* Fixed issue 245: Modify cmake to build thread_terror on Windows with
29+
MSVC.
2730

28-
* Use CMake internal Threads::Threads target where needed
31+
* Use CMake internal Threads::Threads target where needed. Thank you
32+
Martin Hořeňovský for reporting.
2933

3034
* For CI builds, use github actions cacheing of built libc++ to shorten
3135
build times.
3236

33-
* Added CMake install namespace. Thanks @offa
37+
* Added CMake install namespace. Thank you offa
3438

3539
* Fixed bug where an expectation end of life was reported as an error
36-
if it was included in a satisfied sequence. Thanks Andy Saul.
40+
if it was included in a satisfied sequence. Thank you Andy Saul.
3741

3842
v41 2021-06-15
3943

0 commit comments

Comments
 (0)