Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 512 Bytes

3.6.0.md

File metadata and controls

13 lines (8 loc) · 512 Bytes

Release 3.6.0

New features:

  • Ability to opt out of anchor assignment during YamlStream.Save().
  • Allow the style of scalar properties to be specified through the YamlMember attribute.
  • Add solution configuration to target "Unity 3.5 .net Subset Base Class Libraries".

Bug fixes:

  • Do not compare nodes by value while assigning anchors. It is the responsibility of the user to use the same reference if they want an alias.
  • Fixed #121: Finding properties in parent interfaces