We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78811ed commit cb48840Copy full SHA for cb48840
CHANGELOG.md
@@ -1,7 +1,9 @@
1
# Haml Changelog
2
3
-## Unreleased
+## 6.0.5
4
5
+* Resurrect `#haml_object_ref` support in an object reference [#1097](https://github.com/haml/haml/issues/1097)
6
+ * This was removed in 6.0.0, and added back in this version.
7
* Stop warning `remove_whitespace: true` option.
8
9
## 6.0.4
lib/haml/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Haml
- VERSION = '6.0.4'
+ VERSION = '6.0.5'
end
0 commit comments