Skip to content

Commit fe9ddea

Browse files
author
Rafael Mendonça França
committed
Sync CHANGELOG with 2-1-stable branch
1 parent dc8c8d8 commit fe9ddea

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
### 2.1.2
2+
3+
* Fix the precompile checker to to use asset's logical path.
4+
5+
*Matthew Draper*
6+
7+
* Doesn't require `depend_on_assset` if any sprockets helper is used.
8+
9+
*Matthew Draper*
10+
11+
12+
### 2.1.1
13+
14+
* Support Rails 3 applications. It was removed in the previous release
15+
but it was release inside a 2.1.0 by mistake.
16+
17+
118
### 2.1.0
219

320
* Drop support to Rails 3 applications.

lib/sprockets/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Sprockets
22
module Rails
3-
VERSION = "2.1.1"
3+
VERSION = "2.1.2"
44
end
55
end

0 commit comments

Comments
 (0)