diff NEWS @ 10054:8f7f325fa678

update NEWS
author Jaroslav Hajek <highegg@gmail.com>
date Mon, 04 Jan 2010 12:32:07 +0100
parents cee6c63cff32
children a8de53a88e07
line wrap: on
line diff
--- a/NEWS
+++ b/NEWS
@@ -175,6 +175,11 @@
     Optimizations only apply when both operands are of the same built-in class. Mixed real/complex
     and single/double operations will first convert both operands to a common type.
 
+ ** "strfind" and "strrep" now have compiled implementations, facilitating significantly 
+    more efficient searching and replacing in strings, especially with longer patterns.
+    The code of "strcat" has been vectorized and is now much more efficient
+    when lots of strings are concatenated.
+
 Summary of important user-visible changes for version 3.2:
 ---------------------------------------------------------