Skip to content

Commit f5a2734

Browse files
committed
Updated ChangeLog with missing changes
1 parent 74c6909 commit f5a2734

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

ChangeLog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
* Split the header file into one file for each modifier. This can
2+
in some cases speed up compilation times considerably. The header
3+
file <strong_type/strong_type.hpp> still includes everything, so
4+
no changes to existing code is necessary.
5+
6+
* Added new modifier scalable_with<Ts...>. Allows multiplication and
7+
division with each of the types Ts. If the underlying type can be
8+
divided, the result will be the first of the type in Ts.
9+
10+
* difference types are conditionally ordered, if the underlying type
11+
supports it. Previously they were always ordeed, but e.g. a 2D
12+
vector on a plane is a useful difference type, but it is usually
13+
not ordered. This change allows the vector in 2D space to be used
14+
as a difference type.
15+
116
* Add Cmake alias target strong_type::strong_type
217

318
* Use the CMake option -DSTRONG_TYPE_UNIT_TEST=yes to build unit tests

0 commit comments

Comments
 (0)