From dc9ee9f9e11eb1b79a2a7a17061e3c7736db77ca Mon Sep 17 00:00:00 2001 From: Peter Dillinger Date: Thu, 17 Feb 2022 14:47:17 -0800 Subject: [PATCH] Clarify compiler support release note Summary: in HISTORY.md Test Plan: release note only --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 524391e3987..5664786e5e2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -12,7 +12,7 @@ * DisableManualCompaction() doesn't have to wait scheduled manual compaction to be executed in thread-pool to cancel the job. ### Public API changes -* Require C++17 compatible compiler (GCC >= 7, Clang >= 5, Visual Studio >= 2017). See #9388. +* Require C++17 compatible compiler (GCC >= 7, Clang >= 5, Visual Studio >= 2017) for compiling RocksDB and any code using RocksDB headers. See #9388. * Added `ReadOptions::rate_limiter_priority`. When set to something other than `Env::IO_TOTAL`, the internal rate limiter (`DBOptions::rate_limiter`) will be charged at the specified priority for file reads associated with the API to which the `ReadOptions` was provided. * Remove HDFS support from main repo. * Remove librados support from main repo.