mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Rename version to 4.0.0.rc.1
This commit is contained in:
parent
441f44c446
commit
5a1221fce4
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Haml Changelog
|
||||
|
||||
## 3.2.0 (Unreleased)
|
||||
## 4.0.0 (Unreleased)
|
||||
|
||||
* The Haml exectutable now accepts an `--autoclose` option. You can now
|
||||
specify a list of tags that should be autoclosed
|
||||
|
@ -107,6 +107,8 @@
|
|||
* It's now possible to use Rails's asset helpers inside the Sass and SCSS
|
||||
filters.
|
||||
|
||||
* The Haml project now uses [semantic versioning](http://semver.org/).
|
||||
|
||||
## 3.1.6
|
||||
|
||||
* In indented mode, don't reindent buffers that contain preserved tags, and
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Haml
|
||||
VERSION = "3.2.0.rc.4"
|
||||
VERSION = "4.0.0.rc.1"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue