Skip to content

Commit 771ccb1

Browse files
committed
update changelog and release.txt
1 parent 5040431 commit 771ccb1

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
- upgraded to catch2 3.7.1+;
1212
- improved compiler detectors and `-#`/`-V` outputs;
1313
- improved typo/lint pieces;
14-
- improved macro defs: fix _countof(); added offsetof(); ...
14+
- improved macro defs - fix _countof(); added offsetof(); ...
1515
- cleanup
16+
- c++20 ready
1617

1718
- v0.5.11 - simple updates to follow the newest devenv
1819
- v0.5.9 - fixed `deps-cmdr11.cmake` for you, added `CMDR_NO_3RDPARTY` option to disable importing and linking with 3rd-party libraries

docs/release-v0.6.0.txt

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
- v0.6.0
3+
- improved load-cmdr-cxx.cmake for cmdr-cxx users;
4+
- updated gh action scripts;
5+
- fix windows build again;
6+
- upgraded cmake/ scripts;
7+
- downward compatible with python 3.8-;
8+
- upgraded to catch2 3.7.1+;
9+
- improved compiler detectors and `-#`/`-V` outputs;
10+
- improved typo/lint pieces;
11+
- improved macro defs - fix _countof(); added offsetof(); ...
12+
- cleanup
13+
- c++20 ready

0 commit comments

Comments
 (0)