Skip to content

Commit b46d409

Browse files
committed
Merge pull request #245 from jaredbeck/patch-1
Docs: Update CHANGELOG re: 2.3.0
2 parents a77bc66 + e8d600c commit b46d409

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@
1616

1717
*Johnny Shields*
1818

19+
### 2.3.0
20+
21+
[Compare: v2.2.4...v2.3.0](https://github.com/rails/sprockets-rails/compare/v2.2.4...v2.3.0)
22+
23+
* Enhancement: No longer test against ruby 1.8.7
24+
* Enhancement: New manifests are under `.sprockets-manifest-*.json`, but `manifest-*.json` is still supported
25+
* Fix: Prevent alias logical paths passed to asset_path (https://github.com/rails/sprockets-rails/pull/244)
26+
* Fix: Various improvements to test suite
27+
28+
*Joshua Peek*, *Rafael Mendonça França*
29+
1930
### 2.2.4
2031

2132
* Still automatically recompile other app/assets paths for compatibility
@@ -24,15 +35,15 @@
2435

2536
### 2.2.3
2637

27-
*Joshua Peek*
28-
2938
* Enhancement: Many, various improvements to tests
3039
including test support for rails 4.2, 5.0
3140
* Fix: Ensure $root/app/assets
3241
* Fix: logical_path reference
3342
* Fix: Define append_assets_path unless it exists
3443
* Fix: Hack for old rails without existent_directories
3544

45+
*Joshua Peek*
46+
3647
### 2.2.2
3748

3849
* Expose Rails.application.assets_manifest

0 commit comments

Comments
 (0)