changelog

This commit is contained in:
Martin Rotter 2020-05-15 10:11:44 +02:00
parent 0b69d5c122
commit f40297dcbf
2 changed files with 7 additions and 1 deletions

View File

@ -36,7 +36,7 @@ sp_after_comma = force # ignore/add/remove/force
sp_cpp_lambda_assign = remove # ignore/add/remove/force
# Add or remove space after the capture specification in C++11 lambda.
sp_cpp_lambda_paren = remove # ignore/add/remove/force
sp_cpp_lambda_square_paren = remove # ignore/add/remove/force
# Add or remove space around assignment operator '=' in a prototype
sp_assign_default = force # ignore/add/remove/force

View File

@ -1,3 +1,9 @@
3.6.2
—————
Fixed/changed:
▪ Added correct @executable_path to librssguard.dylib to make .dmg bundles running more correctly on Mac OS X.
3.6.1
—————