Skip to content

v1.16.0

Latest
Compare
Choose a tag to compare
@derekmauro derekmauro released this 07 Feb 17:37
6910c9d

Release Notes

GoogleTest will not accept patches of new features to the v1.16.x branch.
We recommend building GoogleTest from the latest commit instead.
Exceptional critical bug fixes may be considered.

C++ Language Support

Notable Changes

  • Bazel BUILD files now reference repositories by their canonical names from the Bazel Central Registry (cee1ba1). Users still using the old WORKSPACE system may need to use repo_mapping on repositories that still use the old names.
  • Testsuite properties as are now exported as XML elements, not attributes (b4aae50).