summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorballman <ballman@980ebf18-57e1-0310-9a29-db15c13687c0>2007-05-11 15:11:21 +0000
committerballman <ballman@980ebf18-57e1-0310-9a29-db15c13687c0>2007-05-11 15:11:21 +0000
commit426330c92f0d7706fe9ebde04b19afbfd6d66fbb (patch)
treecf159dac2986a5301738b3f1ff5446a5a9b28379
parent24b11b59829fe773ec49db03bbf8b7ddcc0ef182 (diff)
downloadpuppet-426330c92f0d7706fe9ebde04b19afbfd6d66fbb.tar.gz
puppet-426330c92f0d7706fe9ebde04b19afbfd6d66fbb.tar.xz
puppet-426330c92f0d7706fe9ebde04b19afbfd6d66fbb.zip
Updated the CHANGELOG with changes for retrieve and acts_as_taggable.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2506 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r--CHANGELOG6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 25e405ad0..72063fa99 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -18,6 +18,12 @@
useful for getting a quick idea of what happened in a transaction.
Currently only useful on the client or with the puppet interpreter.
+ Changed the interal workings for retrieve and removed the :is attribute
+ from Property. The retrieve methods now return the current value of
+ the property for the system.
+
+ Rmoved acts_as_taggable from the rails models.
+
0.22.4
Execs now autorequire the user they run as, as long as the user
is specified by name. (#430)