diff --git a/CHANGES.html b/CHANGES.html index 157ec54fea..e791a6a0b0 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -71,6 +71,7 @@ and the syntax doesn't use so many spaces. New way to write the quadratic formul
MATH: quadratic[a;b;c] =
     plusmin[(-b)/2*a;(sqrt(b^2)-4*a*c)/2*a] ;
(Daniel Ehrenberg) +
  • Support for client sockets on Windows. (Mackenzie Straight)