CHANGELOG.md in sprinkle-0.7.1 vs CHANGELOG.md in sprinkle-0.7.1.1
- old
+ new
@@ -1,4 +1,10 @@
+* Officially depreciate transfer :render and the ability to render just by passing
+ a multi-line string as the transfer source. If you want to render templates see the
+ new `render()` and `template()` (rendering.rb) helpers and the `file` installer.
+
+ *Josh Goebel*
+
* A users own post :install hooks should happen after a file has completely been moved
(when using sudo this was not the case)
*Koen Punt*