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 8ad2f39 commit 5988d7aCopy full SHA for 5988d7a
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+**3.6.3** (July 1, 2016)
2
+
3
+* Faster asset lookup in large directories #336
4
+* Faster PathUtils.match_path_extname https://github.com/rails/sprockets/commit/697269cf81e5261fdd7072e32bd489403027fd7e
5
+* Fixed uglifier comment stripping #326
6
+* Error messages now show load path info #313
7
8
**3.6.2** (June 21, 2016)
9
10
* More performance improvements.
lib/sprockets/version.rb
@@ -1,3 +1,3 @@
module Sprockets
- VERSION = "3.6.2"
+ VERSION = "3.6.3"
end
0 commit comments