Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions NEWS.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,6 +12,10 @@

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

## 6.0.1.1

* Prohibit `def_method` on marshal-loaded ERB instances

## 6.0.1

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

## 4.0.4.1

* Prohibit `def_method` on marshal-loaded ERB instances

## 4.0.4

* Skip building the C extension for JRuby [#52](https://github.com/ruby/erb/pull/52)

## 4.0.3.1

* Prohibit `def_method` on marshal-loaded ERB instances

## 4.0.3

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