Release 3.2.6
- In Temporal#to_s, set
@string
if it is nil. - Reset the string representation for Time values having an hour > 23.
- Temporal#adjust_to_timezone! can certainly take a Literal::DayTimeOffset, in addition to a String.
Treat the empty string as nil, to remove the timezone. - Add
Solutions#variable_names=
to override automated variable name count. - Add
Solutions#==
andSolutions
#eql?` to test solutions including variable names.