Merged revision(s) 1302509 from lucene/dev/branches/branch_3x:

Fix changes.txt "typo"

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302513 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2012-03-19 15:44:36 +00:00
parent dd831066b2
commit 0fedad4ad4
1 changed files with 1 additions and 1 deletions

View File

@ -800,7 +800,7 @@ Changes in Runtime Behavior
still check for and silently correct this situation today, but at some point
in the future they may throw an exception. (Mike McCandless, Robert Muir)
* LUCENE-3738: DataInput/DataOutput no longer allow negative vLongs.
* LUCENE-3738: DataInput/DataOutput no longer allow negative vLongs. Negative
vInts are still supported (for index backwards compatibility), but
should not be used in new code. The read method for negative vLongs
was already broken since Lucene 3.1.