--- linuxsampler/trunk/ChangeLog 2019/09/02 09:21:43 3591 +++ linuxsampler/trunk/ChangeLog 2019/09/02 09:40:44 3592 @@ -181,6 +181,7 @@ "cos()", "tan()", "asin()", "acos()", "atan()". - Added built-in script real number constant "~NI_MATH_PI". - Added built-in script real number constant "~NI_MATH_E". + - NKSP language: Allow unary '+' operator. * test cases: - Fixed compiler errors in test cases. @@ -204,6 +205,7 @@ - Added NKSP test cases for built-in functions "round()", "ceil()", "floor()", "sqrt()", "log()", "log2()", "log10()", "exp()", "pow()", "sin()", "cos()", "tan()", "asin()", "acos()", "atan()". + - Added NKSP test cases for unary '+' operator. Version 2.1.1 (27 Jul 2019)