Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseppstein committed Oct 21, 2013
1 parent f61ef89 commit a4bc2e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc-src/SASS_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,12 @@ maps instead.
contain more CSS rules or properties are now bubbled up through
their parent rules.

* A new function inspect($value) is provided for debugging the current
sass representation of a value.

* The @debug directive now automatically inspects sass objects that are not
strings.

### Backwards Incompatibilities -- Must Read!

* Sass will now throw an error when `@extend` is used to extend a selector
Expand Down

0 comments on commit a4bc2e7

Please sign in to comment.