]> Creatis software - CreaPhase.git/blobdiff - octave_packages/strings-1.1.0/packinfo/NEWS
Add a useful package (from Source forge) for octave
[CreaPhase.git] / octave_packages / strings-1.1.0 / packinfo / NEWS
diff --git a/octave_packages/strings-1.1.0/packinfo/NEWS b/octave_packages/strings-1.1.0/packinfo/NEWS
new file mode 100644 (file)
index 0000000..58b51b9
--- /dev/null
@@ -0,0 +1,13 @@
+Summary of important user-visible changes for string 1.1.0:
+-------------------------------------------------------------------
+
+ ** The following functions have been removed since they are part
+    of Octave core since 3.6.0:
+
+      strtrim
+
+  ** Package is no longer automatically loaded.
+
+  ** The function `cstrcmp' has been completely rewritten. It should
+     perform faster and will accept arguments exactly the same way as
+     Octave's core `strcmp'.