summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAndreas Rumpf <andreas@andreas-desktop>2009-12-07 01:21:35 +0100
committerAndreas Rumpf <andreas@andreas-desktop>2009-12-07 01:21:35 +0100
commit90119066adf6a9a2e8d779d4955637c6dd99aba3 (patch)
treef05e2bbf6aad693cc8455ff5e51b33dd5ec7ed6d /web/news.txt
parent196ef92c86d8b8971d4b316f7c18e404842c4b9b (diff)
downloadNim-90119066adf6a9a2e8d779d4955637c6dd99aba3.tar.gz
version 0.8.5: bugfixes; compiler now maintained in Nimrod
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/web/news.txt b/web/news.txt
index ea7c23de1..9605f9f29 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -34,8 +34,8 @@ Additions
   can be used to exclude the GC from the executable.
 
 
-Changes affecting backwards compability
----------------------------------------
+Changes affecting backwards compatibility
+-----------------------------------------
 - Taking the address of an object discriminant is now invalid.
 - Passing a proc to a proc var is only allowed for procs marked with 
   ``procvar`` or a calling convention != ``nimcall``. For now this only causes 
@@ -100,8 +100,8 @@ Additions
 - implemented ``strutils.join``
 
 
-Changes affecting backwards compability
----------------------------------------
+Changes affecting backwards compatibility
+-----------------------------------------
 
 - two phase symbol lookup is performed in generic routines
 - ``bind`` is now a reserved word; ``exception`` is no reserved word anymore
@@ -168,8 +168,8 @@ Additions
 * implemented ``abstract`` types
 
 
-Changes affecting backwards compability
----------------------------------------
+Changes affecting backwards compatibility
+-----------------------------------------
 
 - the organization within the ``lib`` folder now reflects the documentation;
   as a result old configuration files need to be updated
@@ -305,8 +305,8 @@ Additions
 - new wrappers: ``mysql``, ``sqlite3``, ``libcurl``
 
 
-Changes affecting backwards compability
----------------------------------------
+Changes affecting backwards compatibility
+-----------------------------------------
 
 - ``strutils.findSubStr``, ``strutils.findChars`` deprecated: 
   use ``strutils.find`` instead
@@ -360,8 +360,8 @@ Additions
   const
     z = fac(3)  # computes 6 at compile time
 
-Changes affecting backwards compability
----------------------------------------
+Changes affecting backwards compatibility
+-----------------------------------------
 
 - renamed ``in_Operator`` to ``contains``: ``in`` is now a template that 
   translates to ``contains``