Skip to content

6.2.0

Compare
Choose a tag to compare
@jacobwilliams jacobwilliams released this 10 Mar 19:53
· 459 commits to master since this release
c58c71e

See also

Summary

  • Added a new option escape_solidus to specify if the forward slash ("/") is to be escaped when serializing JSON. By default, it is no longer escaped (this changes the behavior introduced in 6.0.0)
  • Allow the unit tests to be run from within the Visual Studio solution
  • Compiling now works for the CMake-produced Visual Studio solution on Windows (note that the CMake-produced solution is a bit different from the other one provided).
  • Fixed an issue causing a problem with the NAG compiler.