README.md in sprockets-2.1.0 vs README.md in sprockets-2.1.1
- old
+ new
@@ -352,12 +352,17 @@
the Sprockets repository, write a failing test case, fix the bug and
submit a pull request.
## Version History ##
+**2.1.1** (November 18, 2011)
+
+* Fix windows absolute path check bug.
+
**2.1.0** (November 11, 2011)
-* Preserve directive whitespace.
+* Directive comment lines are now turned into empty lines instead of removed. This way line numbers in
+ CoffeeScript syntax errors are correct.
* Performance and caching bug fixes.
**2.0.3** (October 17, 2011)
* Detect format extensions from right to left.