Skip to content

Commit 40d63fc

Browse files
committed
Document the change of the on-disk format in 1.8.0
1 parent 4888313 commit 40d63fc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/manual.pdf

93 Bytes
Binary file not shown.

doc/manual.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@ \subsection{Upgrading from a previous version}
252252
This section contains changes that you need to be aware of when upgrading from a previous version of FLANN.
253253

254254
\begin{description}
255+
\item[Version 1.8.0] Due to changes in the library, the on-disk format of the saved indexes has changed and it is not
256+
possible to load indexes previously saved with an older version of the library.
255257
\item[Version 1.7.0] A small breaking API change in \texttt{flann::Matrix} requires client code to be updated. In order
256258
to release the memory used by a matrix, use:
257259
\begin{Verbatim}[fontsize=\scriptsize]

0 commit comments

Comments
 (0)