diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-08-10 14:59:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-10 14:59:52 (GMT) |
commit | e821a2db235e67a66d9a88ea5c27316eb8d30cb7 (patch) | |
tree | 28aba2c56f6612bbbda696236b8392752fd3800f | |
parent | 6b6be9457bcec4540bd9533c9c282dfc2de1e81d (diff) | |
download | googletest-e821a2db235e67a66d9a88ea5c27316eb8d30cb7.zip googletest-e821a2db235e67a66d9a88ea5c27316eb8d30cb7.tar.gz googletest-e821a2db235e67a66d9a88ea5c27316eb8d30cb7.tar.bz2 |
Update README.md
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -4,6 +4,13 @@ [![Build Status](https://travis-ci.org/google/googletest.svg?branch=master)](https://travis-ci.org/google/googletest) [![Build status](https://ci.appveyor.com/api/projects/status/4o38plt0xbo1ubc8/branch/master?svg=true)](https://ci.appveyor.com/project/GoogleTestAppVeyor/googletest/branch/master) +**Future Plans**: +* Tagged Release 1.8.x. +** 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 remove C++98 support / cleanup code in the master branch. When this work is completed there will be a 1.9.0 tagged release +* Post 1.9.0 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 |