diff --git a/CHANGELOG.md b/CHANGELOG.md index d123f7341..d6ea4b884 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/lib/sprockets/version.rb b/lib/sprockets/version.rb index 2ddb80eab..77d249bbc 100644 --- a/lib/sprockets/version.rb +++ b/lib/sprockets/version.rb @@ -1,3 +1,3 @@ module Sprockets - VERSION = "3.6.2" + VERSION = "3.6.3" end