aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.