mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Version 6.0.6
This commit is contained in:
parent
8516156d8e
commit
c61aa12fc2
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
# Haml Changelog
|
||||
|
||||
## 6.0.6
|
||||
|
||||
* Prevent CRuby from accidentally using the Ruby implementation fallback
|
||||
* Reversing what v6.0.3 and v6.0.4 did, but still supporting Wasm.
|
||||
|
||||
## 6.0.5
|
||||
|
||||
* Resurrect `#haml_object_ref` support in an object reference [#1097](https://github.com/haml/haml/issues/1097)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
module Haml
|
||||
VERSION = '6.0.5'
|
||||
VERSION = '6.0.6'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue