summaryrefslogtreecommitdiff
path: root/src/docs
diff options
context:
space:
mode:
authorSusan LoVerso <sue@wiredtiger.com>2015-05-05 16:02:11 -0400
committerSusan LoVerso <sue@wiredtiger.com>2015-05-05 16:02:11 -0400
commit77e4f20c50c1ac71af7b9746ba8f612a1e6e46d1 (patch)
treed896ced235124225ab796fa79d7f527e88be85fc /src/docs
parentcd5ca9f05a0bb0f76a4cbc56c4235ec4d4839f56 (diff)
downloadmongo-77e4f20c50c1ac71af7b9746ba8f612a1e6e46d1.tar.gz
Add upgrading item about removing log_read statistic.
Diffstat (limited to 'src/docs')
-rw-r--r--src/docs/upgrading.dox11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/docs/upgrading.dox b/src/docs/upgrading.dox
index 77d290b48c0..d0a5fc4ce29 100644
--- a/src/docs/upgrading.dox
+++ b/src/docs/upgrading.dox
@@ -1,5 +1,16 @@
/*! @page upgrading Upgrading WiredTiger applications
+@section version_260 Upgrading to Version 2.6.0
+
+<dl>
+<dt>Statistic change</dt>
+<dd>
+The statistic "log read operations" was removed. The function that
+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>