Skip to content

Commit 0cd9ecb

Browse files
committed
add note on 4.0.0 being the final version of curly
1 parent 992b851 commit 0cd9ecb

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
### 4.0.0
2+
* Curly 4.0.0 will be the final released version. This gem is not used in Zendesk services anymore and won’t be updated.
23
* Add tests with Rails 7.2, 8.0, 8.1
34
* Add tests with Ruby 3.4 and 4.0
45
* Drop support for Ruby < 3.2

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Curly
22
=======
33

4+
> [!WARNING]
5+
> This gem is not used in Zendesk services anymore and won’t be updated. Curly 4.0.0 will be the final released version.
6+
47
Curly is a template language that completely separates structure and logic.
58
Instead of interspersing your HTML with snippets of Ruby, all logic is moved
69
to a presenter class.

0 commit comments

Comments
 (0)