mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Version 2.7.2
This commit is contained in:
parent
b196cb239a
commit
fb932f3ac2
2 changed files with 8 additions and 1 deletions
|
@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. This
|
|||
project adheres to [Semantic Versioning](http://semver.org/). This change log is based upon
|
||||
[keep-a-changelog](https://github.com/olivierlacan/keep-a-changelog).
|
||||
|
||||
## [2.7.2](https://github.com/k0kubun/hamlit/compare/v2.7.1...v2.7.2) - 2016-09-19
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix engine option warning
|
||||
[#90](https://github.com/k0kubun/hamlit/issues/90). *Thank to @kikonen*
|
||||
|
||||
## [2.7.1](https://github.com/k0kubun/hamlit/compare/v2.7.0...v2.7.1) - 2016-09-19
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
module Hamlit
|
||||
VERSION = '2.7.1'
|
||||
VERSION = '2.7.2'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue