Skip to content

Commit b5af2ba

Browse files
authored
chore: forward-port NEWS/changelog entries (#114)
Consolidates changelog entries from earlier ruby branches - 9345076 - 6a2e4a7 - b6be29f
1 parent 905bb9a commit b5af2ba

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

NEWS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212

1313
* Freeze `src` in `ERB#initialize` for Ractor compatibility https://github.com/ruby/erb/pull/105
1414

15+
## 6.0.1.1
16+
17+
* Prohibit `def_method` on marshal-loaded ERB instances
18+
1519
## 6.0.1
1620

1721
* Freeze `ERB::Compiler::TrimScanner::ERB_STAG` for Ractor compatibility
@@ -55,10 +59,18 @@
5559
* Drop `cgi` from runtime dependencies [#59](https://github.com/ruby/erb/pull/59)
5660
* Make `ERB::VERSION` public
5761

62+
## 4.0.4.1
63+
64+
* Prohibit `def_method` on marshal-loaded ERB instances
65+
5866
## 4.0.4
5967

6068
* Skip building the C extension for JRuby
6169

70+
## 4.0.3.1
71+
72+
* Prohibit `def_method` on marshal-loaded ERB instances
73+
6274
## 4.0.3
6375

6476
* Enable `frozen_string_literal` in all files [#49](https://github.com/ruby/erb/pull/49)

0 commit comments

Comments
 (0)