summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)