We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b71ac commit 1aff121Copy full SHA for 1aff121
CHANGELOG.md
@@ -1,4 +1,8 @@
1
-**Master**
+**3.6.0** (April 6, 2016)
2
+
3
+* Add `Manifest#find_sources` to return the source of the compiled assets.
4
+* Fix the list of compressable mime types.
5
+* Improve performance of the `FileStore` cache.
6
7
**3.5.2** (December 8, 2015)
8
lib/sprockets/version.rb
@@ -1,3 +1,3 @@
module Sprockets
- VERSION = "3.5.2"
+ VERSION = "3.6.0"
end
0 commit comments