Skip to content

9.0.3

Compare
Choose a tag to compare
@chwarr chwarr released this 06 Aug 23:45
· 57 commits to master since this release

9.0.3: 2020-08-06

  • IDL core version: 3.0
  • C++ version: 9.0.2
  • C# NuGet version: 9.0.3
  • gbc & compiler library: 0.12.1.0

C++

  • There were no C++ changes in this release.

C#

  • Fixed a performance regression in OutputBuffer.Grow: it was incorrectly
    growing the buffer by one byte at a time instead of geometrically. (Issue
    #1065
    , Pull request
    #1066
    )