summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c3a1e5e24..b8c3f2337 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,16 @@
+0.20.0
+ Significantly refactored the parser. Resource overrides now consistently
+ work anywhere in a class hierarchy.
+
+ The language was also modified somewhat. The previous export/collect syntax
+ is now used for handling virtual objects, and export/collect (which is still
+ experimental) now uses double sigils (@@ and <<| |>>).
+
+ Resource references (e.g., File["/etc/passwd"]) now have to be capitalized,
+ in fitting in with capitalizing type operations.
+
+ As usual, lots of other smaller fixes, but most of the work was in the language.
+
0.19.3
Fixing a bug in server/master.rb that causes the hostname
not to be available in locally-executed manifests.