Update Changelog, version to 2.1.0
Version minor bump due to new feature SC_SACD_Scale_Mat4.
This commit is contained in:
parent
e0bd54742d
commit
30a24e72a1
2 changed files with 4 additions and 2 deletions
|
@ -6,7 +6,7 @@ set(SC_3D_CollisionDetectionHelpers_HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/src/sc_
|
|||
|
||||
add_library(SC_3D_CollisionDetectionHelpers ${SC_3D_CollisionDetectionHelpers_SOURCES})
|
||||
|
||||
set_target_properties(SC_3D_CollisionDetectionHelpers PROPERTIES VERSION 2.0.2 SOVERSION 2)
|
||||
set_target_properties(SC_3D_CollisionDetectionHelpers PROPERTIES VERSION 2.1.0 SOVERSION 2)
|
||||
target_compile_features(SC_3D_CollisionDetectionHelpers PUBLIC cxx_std_20)
|
||||
|
||||
if(NOT DEFINED CMAKE_BUILD_TYPE OR "${CMAKE_BUILD_TYPE}" STREQUAL "")
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## Upcoming Changes
|
||||
## Version 2.1.0
|
||||
|
||||
Refactoring of internally used function(s).
|
||||
|
||||
This library now requires a compiler that supports C++20.
|
||||
|
||||
Add SC_SACD_Scale_Mat4(...) fn.
|
||||
|
||||
## Version 2.0.2
|
||||
|
||||
Fix SC_SACD_Translate_Mat4(...). It was missing a "1" in the first element of
|
||||
|
|
Loading…
Reference in a new issue