mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
documentation: Adds versioning information.
Adds version information for applications, functions, and manager events/actions. This is not completely exhaustive by any means but covers most new things added that have release versioning information in the issue tracker. ASTERISK-29940 #close Change-Id: I506401e93c799715dbbe97c0a8ba18af2bf5e131
This commit is contained in:
committed by
Friendly Automation
parent
bce722e60d
commit
0c70d497bc
@@ -109,6 +109,11 @@
|
||||
</description>
|
||||
</function>
|
||||
<function name="MIN" language="en_US">
|
||||
<since>
|
||||
<version>16.19.0</version>
|
||||
<version>18.5.0</version>
|
||||
<version>19.0.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Returns the minimum of two numbers.
|
||||
</synopsis>
|
||||
@@ -123,6 +128,11 @@
|
||||
</description>
|
||||
</function>
|
||||
<function name="MAX" language="en_US">
|
||||
<since>
|
||||
<version>16.19.0</version>
|
||||
<version>18.5.0</version>
|
||||
<version>19.0.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Returns the maximum of two numbers.
|
||||
</synopsis>
|
||||
@@ -137,6 +147,11 @@
|
||||
</description>
|
||||
</function>
|
||||
<function name="ABS" language="en_US">
|
||||
<since>
|
||||
<version>16.19.0</version>
|
||||
<version>18.5.0</version>
|
||||
<version>19.0.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Returns absolute value of a number.
|
||||
</synopsis>
|
||||
|
Reference in New Issue
Block a user