1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-04-05 01:54:46 +02:00

Update migrate-v2-to-v3.md

 Adding "Changes overview" to "Migrating from v2 to v3" doc
This commit is contained in:
Robert Andrzejuk 2020-12-29 01:00:35 +01:00 committed by Martin Hořeňovský
parent 340a61af50
commit 6c4c961207

@ -1,4 +1,9 @@
<a id="top"></a> <a id="top"></a>
# Changes overview
- Catch2 now suggests statically compiled library as its distribution model.
- Functionality is split into multiple header files.
- ...
# Migrating from v2 to v3 # Migrating from v2 to v3
If you want to migrate to v3, there are two basic approaches to do so. If you want to migrate to v3, there are two basic approaches to do so.