From 426330c92f0d7706fe9ebde04b19afbfd6d66fbb Mon Sep 17 00:00:00 2001 From: ballman Date: Fri, 11 May 2007 15:11:21 +0000 Subject: 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 --- CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) 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) -- cgit