mirror of
https://github.com/zhigang1992/sass.git
synced 2026-04-29 01:35:35 +08:00
Merge branch 'stable'
Conflicts: VERSION doc-src/HAML_CHANGELOG.md doc-src/SASS_CHANGELOG.md
This commit is contained in:
2
Rakefile
2
Rakefile
@@ -90,7 +90,7 @@ end
|
||||
task :release_elpa do
|
||||
require 'tlsmail'
|
||||
require 'time'
|
||||
require 'haml'
|
||||
require scope('lib/haml')
|
||||
|
||||
version = Haml.version[:number]
|
||||
|
||||
|
||||
@@ -202,7 +202,9 @@ that surrounds the filtered text with `<style>` and CDATA tags.
|
||||
* The `puts` helper has been removed.
|
||||
Use {Haml::Helpers#haml\_concat} instead.
|
||||
|
||||
## 2.2.21 (Unreleased)
|
||||
## 2.2.21
|
||||
|
||||
[Tagged on GitHub](http://github.com/nex3/haml/commit/2.2.21).
|
||||
|
||||
* Fix a few bugs in the git-revision-reporting in {Haml::Version#version}.
|
||||
In particular, it will still work if `git gc` has been called recently,
|
||||
|
||||
@@ -230,7 +230,9 @@ Several bug fixes and minor improvements have been made, including:
|
||||
and `tealbang(12)` now renders as `tealbang(12)`
|
||||
rather than `teal bang(12)`.
|
||||
|
||||
## 2.2.21 (Unreleased)
|
||||
## 2.2.21
|
||||
|
||||
[Tagged on GitHub](http://github.com/nex3/haml/commit/2.2.21).
|
||||
|
||||
* Fix a few bugs in the git-revision-reporting in {Haml::Version#version}.
|
||||
In particular, it will still work if `git gc` has been called recently,
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
;; Author: Nathan Weizenbaum
|
||||
;; URL: http://github.com/nex3/haml/tree/master
|
||||
;; Version: 2.2.20
|
||||
;; Version: 2.2.21
|
||||
;; Created: 2007-03-08
|
||||
;; By: Nathan Weizenbaum
|
||||
;; Keywords: markup, language, html
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
|
||||
;; Author: Nathan Weizenbaum
|
||||
;; URL: http://github.com/nex3/haml/tree/master
|
||||
;; Version: 2.2.20
|
||||
;; Version: 2.2.21
|
||||
;; Created: 2007-03-15
|
||||
;; By: Nathan Weizenbaum
|
||||
;; Keywords: markup, language, css
|
||||
;; Package-Requires: ((haml-mode "2.2.20"))
|
||||
;; Package-Requires: ((haml-mode "2.2.21"))
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user