changelog for user-select

This commit is contained in:
Eric Meyer 2011-09-12 14:18:15 -06:00
parent aef3c5a07e
commit f4d1a8255c

View File

@ -14,6 +14,11 @@ 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)
-------------------
* 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`.
0.11.5 (07/10/2011)
-------------------