Skip to content

Commit

Permalink
Update CHANGELOG for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseppstein committed Dec 24, 2011
1 parent 5138d5a commit b361ac5
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions doc-src/content/CHANGELOG.markdown
Expand Up @@ -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)
-------------------
Expand Down Expand Up @@ -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
[lemonade]: http://www.hagenburger.net/BLOG/Lemonade-CSS-Sprites-for-Sass-Compass.html

0 comments on commit b361ac5

Please sign in to comment.