diff --git a/doc-src/content/CHANGELOG.markdown b/doc-src/content/CHANGELOG.markdown index 79d8a176a3..bc078e94c5 100644 --- a/doc-src/content/CHANGELOG.markdown +++ b/doc-src/content/CHANGELOG.markdown @@ -14,10 +14,18 @@ The Documentation for the [latest stable release](http://compass-style.org/docs/ The Documentation for the [latest preview release](http://beta.compass-style.org/) -0.11.6 (UNRELEASED) +0.11.6 (12/23/2011) ------------------- -* Added `user-select` mixin to control the selection model and granularity of an element. It accepts one argument (`$select`) from the following options: `none` | `text` | `toggle` | `element` | `elements` | `all` | `inherit`. +* Added `user-select` mixin to control the selection model and granularity of an element. + It accepts one argument (`$select`) from the following options: + `none` | `text` | `toggle` | `element` | `elements` | `all` | `inherit`. +* The border-image property now takes a keyword called `fill` to + indicate that the image should also fill the element. If you pass the + `fill` keyword to the `border-image` mixin it will only be output in the + standard (non-prefixed) versions of the property. +* Don't use the deprecated callback method `on_updating_stylesheet` in Sass if + the new version is available. 0.11.5 (07/10/2011) ------------------- @@ -1160,4 +1168,4 @@ Almost definitely. Please let me know if you encounter any problems and I'll get [html5-reset]: http://compass-style.org/reference/compass/reset/utilities/#mixin-reset-html5 [blueprint_10_change]: https://github.com/chriseppstein/compass/compare/a05e1ee7c0a1e4c0f0595a8bb812daa47872e476...864780969d872a93b1fd3b4f39f29dd9f0c3fe75 [brandon]: http://brandonmathis.com/ -[lemonade]: http://www.hagenburger.net/BLOG/Lemonade-CSS-Sprites-for-Sass-Compass.html \ No newline at end of file +[lemonade]: http://www.hagenburger.net/BLOG/Lemonade-CSS-Sprites-for-Sass-Compass.html