Skip to content

Commit ad9bc41

Browse files
committed
ChangeLog formatting
1 parent a99a079 commit ad9bc41

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ChangeLog

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
v47 2024-01-01
22

33
* Coroutines are conditionally supported by the __cpp_impl_coroutine
4-
feature test macro. There is no longer any need to define the
5-
TROMPELOEIL_EXPERIMENTAL_COROUTINES macro in order to use coroutines
6-
with Trompeloeil.
4+
feature test macro. There is no longer any need to define the
5+
TROMPELOEIL_EXPERIMENTAL_COROUTINES macro in order to use coroutines
6+
with Trompeloeil.
77

88
* Split the monolithic "trompeloeil.hpp" into several smaller
99
headers. You can continue to #include <trompeloeil.hpp> as usual,
1010
but you can also do more fine grained #include:s, which may
1111
improve build times. E.g.:
1212

13-
#include <trompeloeil/mock.hpp> // basic mock functionality
14-
#include <trompeloeil/lifetime.hpp> // REQUIRE_DESTRUCTION etc.
15-
#include <trompeloeil/matcher/re.hpp> // regular expressions
13+
#include <trompeloeil/mock.hpp> // basic mock functionality
14+
#include <trompeloeil/lifetime.hpp> // REQUIRE_DESTRUCTION etc.
15+
#include <trompeloeil/matcher/re.hpp> // regular expressions
1616

1717
The reference manual says which header to include to get the
1818
functionality for each item. If no header is mentioned, it is in

0 commit comments

Comments
 (0)