summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-06-14 15:39:29 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-06-14 15:39:29 +0000
commitae3dba9e63054f4d0ebe622a9b6bef580ae33f3c (patch)
tree11cb154cd64c932f7568b50073e68b65a80e56b3
parentead6b17e983eaeefa7276634366219f23dfb5f59 (diff)
updating changelog for 0.18.0
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1280 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r--CHANGELOG17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index dc6c42e7d..a4f187602 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,20 @@
+0.18.0
+ Added support for a "default" node.
+
+ When multiple nodes are specified, they must now be comma-separated (this
+ introduces a language incompatibility).
+
+ Failed dependencies cause dependent objects within the same transaction
+ not to run.
+
+ Many updates to puppetrun
+
+ Many bug fixes
+
+ Function names are no longer reserved words.
+
+ Links can now replace files.
+
0.17.2
Added "puppetrun" application and associated runner server and client classes.