Skip to content

Release 3.2.6

Choose a tag to compare

@gkellogg gkellogg released this 14 Mar 18:43
· 120 commits to develop since this release
  • 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#== and Solutions#eql?` to test solutions including variable names.