0.28.6 (2018-11-01)

Bugs fixed

  • Extensions compiled with MinGW-64 under Windows could misinterpret integerobjects larger than 15 bit and return incorrect results.(Github issue #2670)
  • Multiplied string literals lost their factor when they are part of anotherconstant expression (e.g. ‘x’ * 10 + ‘y’ => ‘xy’).