Skip to content

Commit

Permalink
refs #2244: Add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
beutlich committed Apr 25, 2017
1 parent 7805e51 commit bb8cb3d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
6 changes: 5 additions & 1 deletion Modelica/Resources/C-Sources/ModelicaStandardTables.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
Modelica.Blocks.Tables.CombiTable2D
Release Notes:
Apr. 24, 2017: by Thomas Beutlich, ESI ITI GmbH
Added functions to retrieve minimum and maximum abscissa
values of CombiTable2D (ticket #2244)
Apr. 15, 2017: by Thomas Beutlich, ESI ITI GmbH
Added support for time event generation (independent of
smoothness) in CombiTimeTable (ticket #2080)
Expand All @@ -60,7 +64,7 @@
in function readTable (ticket #2097)
Feb. 25, 2017: by Thomas Beutlich, ESI ITI GmbH
Added support of extrapolation for CombiTable1D (ticket #1839)
Added support for extrapolation in CombiTable1D (ticket #1839)
Added functions to retrieve minimum and maximum abscissa
values of CombiTable1D (ticket #2120)
Expand Down
11 changes: 7 additions & 4 deletions Modelica/Resources/C-Sources/ModelicaStandardTables.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
DUMMY_FUNCTION_USERTAB: Use a dummy function "usertab"
Release Notes:
Apr. 24, 2017: by Thomas Beutlich, ESI ITI GmbH
Added functions to retrieve minimum and maximum abscissa
values of CombiTable2D (ticket #2244)
Apr. 15, 2017: by Thomas Beutlich, ESI ITI GmbH
Added support for time event generation (independent of
smoothness) in CombiTimeTable (ticket #2080)
Expand All @@ -54,10 +58,9 @@
in CombiTimeTable (ticket #1771)
Feb. 25, 2017: by Thomas Beutlich, ESI ITI GmbH
Added support for extrapolation in CombiTable1D
Added functions to retrieve minimum and maximum
abscissa values of CombiTable1D
(ticket #2120)
Added support for extrapolation in CombiTable1D (ticket #1839)
Added functions to retrieve minimum and maximum abscissa
values of CombiTable1D (ticket #2120)
Oct. 27, 2015: by Thomas Beutlich, ITI GmbH
Added nonnull attribute/annotations (ticket #1436)
Expand Down

0 comments on commit bb8cb3d

Please sign in to comment.