summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/docs/upgrading.dox12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/docs/upgrading.dox b/src/docs/upgrading.dox
index 4d7feea77c4..c6d9187d5bc 100644
--- a/src/docs/upgrading.dox
+++ b/src/docs/upgrading.dox
@@ -10,10 +10,6 @@ used that statistic was never called inside WiredTiger and was also
removed.
</dd>
-</dl><hr>
-@section version_254 Upgrading to Version 2.5.4
-<dl>
-
<dt>File handle closing</dt>
<dd>
In WiredTiger, a separate thread of control periodically reviews open
@@ -34,6 +30,14 @@ compatible ways; tables and files compressed using LZ4 compression should be
dumped and re-loaded into a new database.
</dd>
+<dt>wiredtiger_open file manager configuration changes</dt>
+<dd>
+The configuration settings related to file handle management have changed
+significantly in this release. If your application uses the file_manager
+configuration setting, please refer to the API documentation for the latest
+settings.
+</dd>
+
</dl><hr>
@section version_253 Upgrading to Version 2.5.3
<dl>