ChangeLog.md in gumdrop-0.7.3.1 vs ChangeLog.md in gumdrop-0.7.4
- old
+ new
@@ -1,4 +1,8 @@
+# v0.7.4
+- All rendered content (including layouts) will relativize paths starting with / on href="" and src="" for html files. Can be set to array of file exts to process at `config.relative_paths_for= ['.html']` or sett to process all files `config.relative_paths_for= :all` or turned off entirely by `config.relative_paths= false`
+- Proxy server is disabled by default. Enable it `configure.proxy = true`
+
# v0.7.3
- Bugfix: Correctly runs content through multiple processors (when multiple are specified in the filename. ie: test.js.erb.coffee gets sent through CoffeeScript then erb)
# v0.7.2
- Now supports :packr as a type of compression for stitch/sprockets (be sure it's in your Gemfile)