summary refs log tree commit diff stats
path: root/web/news
diff options
context:
space:
mode:
Diffstat (limited to 'web/news')
-rw-r--r--web/news/version_0_15_released.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/web/news/version_0_15_released.rst b/web/news/version_0_15_released.rst
index ad3119cca..2f6c2736c 100644
--- a/web/news/version_0_15_released.rst
+++ b/web/news/version_0_15_released.rst
@@ -17,6 +17,15 @@ Library Additions
 - Added ``readHeaderRow`` and ``rowEntry`` to ``parsecsv.nim`` to provide
   a lightweight alternative to python's ``csv.DictReader``.
 
+- Added ``center``, ``rsplit``, and ``expandTabs`` to ``strutils.nim`` to
+  provide similar Python functionality for Nim's strings.
+
+- Added ``isTitle``, ``title``, and ``swapCase`` to ``unicode.nim`` to
+  provide unicode aware string case manipulation.
+
+- Added a new module ``lib/pure/strmisc.nim`` to hold uncommon string
+  operations. Currently contains ``partition`` and ``rpartition``.
+
 Compiler Additions
 ------------------