README.md in sprockets-2.3.1 vs README.md in sprockets-2.3.2
- old
+ new
@@ -334,10 +334,17 @@
`depend_on` *path* declares a dependency on the given *path* without
including it in the bundle. This is useful when you need to expire an
asset's cache in response to a change in another file.
+### The `stub` Directive ###
+
+`stub` *path* allows dependency to be excluded from the asset bundle.
+The *path* must be a valid asset and may or may not already be part
+of the bundle. Once stubbed, it is blacklisted and can't be brought
+back by any other `require`.
+
# Development #
## Contributing ##
The Sprockets source code is [hosted on
@@ -351,9 +358,13 @@
tracker](https://github.com/sstephenson/sprockets/issues). Or, clone
the Sprockets repository, write a failing test case, fix the bug and
submit a pull request.
## Version History ##
+
+**2.3.2** (March 26, 2012)
+
+* Fix Context#logical_path with dots
**2.3.1** (February 11, 2012)
* Added bytesize to manifest
* Added Asset#bytesize alias