aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-28 13:55:05 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-28 13:55:05 +0200
commit3d74a62234ab46fdd270c9f48bc754edfa0b6032 (patch)
tree4f6c321eefbd31d99cd352d484047e3c6a6856e2
parent872de06d9bd98bc2fe29da7fb960314f123bc64a (diff)
Update news entries
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a4e1bbf..48ee7a9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Version 1.1.0
+
+ * Code stream interface (compiler/code-stream).
+ * SLOC counter code stream (compiler/sloc-counter).
+ * C++ code indenter (compiler/cxx-indenter).
+ * Filesystem path abstraction (fs/path).
+ * RAII-based file auto-removal (fs/auto-remove).
+ * Project and solution files for VC++ 8 and 9.
+ * Install target.
+
Version 1.0.0
* First public release.