Skip to content

Commit 5812a76

Browse files
authored
Update CHANGELOG.md
1 parent a035efa commit 5812a76

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ class Pages::MyApp::MyExamplePage < Matestack::Ui::Page
2929
def response
3030
components {
3131
div do
32-
heading size: 1, text: "Hello #{@user.name}" # is not escaped
33-
plain "Hello #{@user.name}" # is not escaped
32+
heading size: 1, text: "Hello #{@user.name}" # was not escaped , from 0.7.4 on it's escaped
33+
plain "Hello #{@user.name}" # was not escaped, from 0.7.4 on it's escaped
34+
unescaped "Hello #{@user.name}" # is not escaped, as intended
3435
end
3536
}
3637
end

0 commit comments

Comments
 (0)