diff options
author | ballman <ballman@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-05-11 15:11:21 +0000 |
---|---|---|
committer | ballman <ballman@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-05-11 15:11:21 +0000 |
commit | 426330c92f0d7706fe9ebde04b19afbfd6d66fbb (patch) | |
tree | cf159dac2986a5301738b3f1ff5446a5a9b28379 | |
parent | 24b11b59829fe773ec49db03bbf8b7ddcc0ef182 (diff) | |
download | puppet-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-- | CHANGELOG | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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) |