diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2019-01-03 11:40:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-03 11:40:37 -0500 |
commit | 8a27d164cbc78595d2e6b81ec1c56ee560624b23 (patch) | |
tree | b35071ac7638939144b8e71505049afab148a934 | |
parent | bfcc47fc2f616673aca236cb8e175c3952804dfe (diff) | |
download | googletest-8a27d164cbc78595d2e6b81ec1c56ee560624b23.tar.gz googletest-8a27d164cbc78595d2e6b81ec1c56ee560624b23.tar.bz2 googletest-8a27d164cbc78595d2e6b81ec1c56ee560624b23.zip |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ [](https://ci.appveyor.com/project/GoogleTestAppVeyor/googletest/branch/master) **Future Plans**: +** PR FREEZE COMING SOON ** +We are working on a large refactoring that would make it hard to accept external PRs. *Really Soon Now* we will not be accepting new PRs until the refactoring has been completed. + +**Future Plans**: * 1.8.x Release - [the 1.8.x](https://github.com/google/googletest/releases/tag/release-1.8.1) is the last release that works with pre-C++11 compilers. The 1.8.x 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) |