diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-08-10 16:05:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-10 16:05:17 (GMT) |
commit | b1236528fef2feba22cb0c8b371df8686e801456 (patch) | |
tree | 929f072a81239f526eb2985d5d0beab35bfdfcab /README.md | |
parent | 77ac31c35f15980d9b54931404a4ada3285abead (diff) | |
download | googletest-b1236528fef2feba22cb0c8b371df8686e801456.zip googletest-b1236528fef2feba22cb0c8b371df8686e801456.tar.gz googletest-b1236528fef2feba22cb0c8b371df8686e801456.tar.bz2 |
Update README.mdrefs/pull/1726/head
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ [![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. +* 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) |