File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 13
13
\usepackage {adjustbox }
14
14
\usepackage {lscape }
15
15
\usepackage [title ]{appendix }
16
-
16
+ \usepackage {tabularx }
17
+ \newcolumntype {L}{>{\raggedright\arraybackslash }X}
17
18
\usepackage [english ]{babel }
18
19
19
20
% Import the natbib package and sets a bibliography and citation styles
@@ -844,5 +845,25 @@ \section{ObjObsSAP data model summary}
844
845
\end {adjustbox }
845
846
\end {table }
846
847
\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
+
847
868
\end {appendices }
848
869
\end {document }
You can’t perform that action at this time.
0 commit comments