diff --git a/CHANGELOG.md b/CHANGELOG.md index 26b096cd0ac..faeb4570dac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ Compatibility: * Fix evaluation order for multi-assignment and evaluate left-hand-side before right-hand-side (@andrykonchin). * Add `Regexp.linear_time?` method (#3039, @andrykonchin). * Allow null encoding pointer in `rb_enc_interned_str_cstr` (@thomasmarshall). +* Allow anonymous memberless Struct (@simonlevasseur). Performance: * Fix inline caching for Regexp creation from Strings (#3492, @andrykonchin, @eregon).