Skip to content

Commit

Permalink
[ci skip] v3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Jul 1, 2016
1 parent 8ad2f39 commit 5988d7a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
**3.6.3** (July 1, 2016)

* Faster asset lookup in large directories #336
* Faster PathUtils.match_path_extname https://github.com/rails/sprockets/commit/697269cf81e5261fdd7072e32bd489403027fd7e
* Fixed uglifier comment stripping #326
* Error messages now show load path info #313

**3.6.2** (June 21, 2016)

* More performance improvements.
Expand Down
2 changes: 1 addition & 1 deletion lib/sprockets/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sprockets
VERSION = "3.6.2"
VERSION = "3.6.3"
end

0 comments on commit 5988d7a

Please sign in to comment.