Skip to content

Commit 066764d

Browse files
authored
Update ObjObsSAP.tex
Change log section added
1 parent db4a05b commit 066764d

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

ObjObsSAP.tex

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
\usepackage{adjustbox}
1414
\usepackage{lscape}
1515
\usepackage[title]{appendix}
16-
16+
\usepackage{tabularx}
17+
\newcolumntype{L}{>{\raggedright\arraybackslash}X}
1718
\usepackage[english]{babel}
1819

1920
%Import the natbib package and sets a bibliography and citation styles
@@ -844,5 +845,25 @@ \section{ObjObsSAP data model summary}
844845
\end{adjustbox}
845846
\end{table}
846847
\FloatBarrier
848+
849+
\section{Changes from Previous Versions}
850+
851+
\begin{table}[h]
852+
853+
\begin{tabularx}{\linewidth}{|L|c|l|}
854+
\hline
855+
\textbf{Change} & \textbf{Section} & \textbf{Version} \\
856+
\hline
857+
Visibility concept has been replaced by observability & all & WD-20241027 \\
858+
\hline
859+
min\_vis and max\_vis parameters have been replaced by
860+
min\_obs and max\_obs, respectively & all & WD-20241027 \\
861+
\hline
862+
t\_visibility column changed by t\_observability & all & WD-20241027 \\
863+
\hline
864+
\end{tabularx}
865+
\end{table}
866+
867+
847868
\end{appendices}
848869
\end{document}

0 commit comments

Comments
 (0)