mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Bump VERSION to 3.0.14.
This commit is contained in:
parent
697d0c98b4
commit
3024c9b3b5
4 changed files with 9 additions and 5 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.0.13
|
||||
3.0.14
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
|
||||
## 3.0.14 (Unreleased)
|
||||
|
||||
[Tagged on GitHub](http://github.com/nex3/haml/commit/3.0.14).
|
||||
|
||||
* Allow CSS-style classes and ids to contain colons.
|
||||
|
||||
* Fix an obscure bug with if statements.
|
||||
|
@ -15,7 +17,7 @@
|
|||
|
||||
## 3.0.13
|
||||
|
||||
[Tagged on GitHub](http://github.com/nex3/haml/commit/3.0.12).
|
||||
[Tagged on GitHub](http://github.com/nex3/haml/commit/3.0.13).
|
||||
|
||||
## Rails 3 Support
|
||||
|
||||
|
|
|
@ -3,7 +3,9 @@
|
|||
* Table of contents
|
||||
{:toc}
|
||||
|
||||
## 3.0.14 (Unreleased)
|
||||
## 3.0.14
|
||||
|
||||
[Tagged on GitHub](http://github.com/nex3/haml/commit/3.0.14).
|
||||
|
||||
* Properly parse paths with drive letters on Windows (e.g. `C:\Foo\Bar.sass`)
|
||||
in the Sass executable.
|
||||
|
@ -15,7 +17,7 @@
|
|||
|
||||
## 3.0.13
|
||||
|
||||
[Tagged on GitHub](http://github.com/nex3/haml/commit/3.0.12).
|
||||
[Tagged on GitHub](http://github.com/nex3/haml/commit/3.0.13).
|
||||
|
||||
## CSS `@import` Directives
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
;; Created: 2007-03-15
|
||||
;; By: Nathan Weizenbaum
|
||||
;; Keywords: markup, language, css
|
||||
;; Package-Requires: ((haml-mode "3.0.13"))
|
||||
;; Package-Requires: ((haml-mode "3.0.14"))
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue