Skip to content

Commit 6c3d397

Browse files
committed
Update Changelog
1 parent e361519 commit 6c3d397

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ Compatibility:
3838
* Implement `rb_ivar_foreach` to iterate over instance and class variables like in CRuby (#2701, @aardvark179).
3939
* Fix the absolute path of the main script after chdir (#2709, @eregon).
4040
* Fix exception for `Fiddle::Handle.new` with a missing library (#2714, @eregon).
41+
* Fix arguments implicit type conversion for `BasicObject#instance_eval`, `Module#class_eval`, `Module#module_eval`, `Module#define_method` (@andrykonchin).
42+
* Raise `ArgumentError` unconditionally when `Proc.new` is called without a block argument (@andrykonchin).
43+
4144

4245
Performance:
4346

0 commit comments

Comments
 (0)