Skip to content

Commit

Permalink
[ci skip] v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Sep 1, 2016
1 parent e3dc15c commit 10bc1bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Master

## 3.2.0

- Add new config option `config.assets.unknown_asset_fallback` when set to a truthy value will error when a requested asset is not in the pipeline. [#375]

This comment has been minimized.

Copy link
@dreyks

dreyks Sep 26, 2016

Contributor

This is actually the opposite of what really happens: truthy value allows fallback while falsey leads to raising an error

This comment has been minimized.

Copy link
@schneems

schneems Sep 26, 2016

Author Member

Correct, send PR plz?

This comment has been minimized.

Copy link
@dreyks

dreyks Sep 26, 2016

Contributor

This comment has been minimized.

Copy link
@mattmenefee

mattmenefee Dec 4, 2016

@schneems could you add this to the GitHub releases list since e6a9f55 moved away from using a changelog? Thanks!

2 changes: 1 addition & 1 deletion lib/sprockets/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Sprockets
module Rails
VERSION = "3.1.1"
VERSION = "3.2.0"
end
end

0 comments on commit 10bc1bd

Please sign in to comment.