diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-08-10 12:20:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-10 12:20:10 -0700 |
commit | 9cb381952ecf2b9d6cf0ad9d6b7fa2711988e6a8 (patch) | |
tree | 929f072a81239f526eb2985d5d0beab35bfdfcab | |
parent | 6b6be9457bcec4540bd9533c9c282dfc2de1e81d (diff) | |
parent | b1236528fef2feba22cb0c8b371df8686e801456 (diff) | |
download | googletest-9cb381952ecf2b9d6cf0ad9d6b7fa2711988e6a8.tar.gz googletest-9cb381952ecf2b9d6cf0ad9d6b7fa2711988e6a8.tar.bz2 googletest-9cb381952ecf2b9d6cf0ad9d6b7fa2711988e6a8.zip |
Merge pull request #1726 from google/gennadiycivil-patch-2
Feature forward plans - README.md
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -4,6 +4,13 @@ [](https://travis-ci.org/google/googletest) [](https://ci.appveyor.com/project/GoogleTestAppVeyor/googletest/branch/master) +**Future Plans**: +* 1.8.x Release +The 1.8.x will be the last release that works with pre-C++11 compilers. The 1.8.1 will not accept any requests for any new features and any bugfix requests will only be accepted if proven "critical" +* Post 1.8.x - work to improve/cleanup/pay technical debt. When this work is completed there will be a 1.9.x tagged release +* Post 1.9.x googletest will follow [Abseil Live at Head philosophy](https://abseil.io/about/philosophy) + + Welcome to **Google Test**, Google's C++ test framework! This repository is a merger of the formerly separate GoogleTest and |