diff --git a/distrib/Readme/readme_history.txt b/distrib/Readme/readme_history.txt index 49561d60b..f0f4e15c5 100644 --- a/distrib/Readme/readme_history.txt +++ b/distrib/Readme/readme_history.txt @@ -4,7 +4,7 @@ Source: https://github.com/pinterf/AviSynthPlus/tree/MT For a more logical (non-historical) arrangement of changes see readme.txt -20180702 r2724 +20180702 r2728 -------------- - New: Expr: implement 'clip' three operand operator like in masktools2 Description: clips (clamps) value: x minvalue maxvalue clip -> max(min(x, maxvalue), minvalue)