mirror of https://github.com/apache/lucene.git
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:
parent
dd831066b2
commit
0fedad4ad4
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue