diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-08-10 15:29:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-10 15:29:18 (GMT) |
commit | 4de527dc2cc28074513eea77495909de22df633a (patch) | |
tree | c541520bc034e673319c3181cd54b2c4e4b834dd /README.md | |
parent | 945618b2025b8f0b73f374f4b258e5df85c784a2 (diff) | |
download | googletest-4de527dc2cc28074513eea77495909de22df633a.zip googletest-4de527dc2cc28074513eea77495909de22df633a.tar.gz googletest-4de527dc2cc28074513eea77495909de22df633a.tar.bz2 |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ **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.x tagged release +* 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) |