summaryrefslogtreecommitdiff
path: root/system/doc/general_info/DEPRECATIONS
diff options
context:
space:
mode:
Diffstat (limited to 'system/doc/general_info/DEPRECATIONS')
-rw-r--r--system/doc/general_info/DEPRECATIONS24
1 files changed, 18 insertions, 6 deletions
diff --git a/system/doc/general_info/DEPRECATIONS b/system/doc/general_info/DEPRECATIONS
index ab304db2a8..2f83cbb9d3 100644
--- a/system/doc/general_info/DEPRECATIONS
+++ b/system/doc/general_info/DEPRECATIONS
@@ -18,13 +18,25 @@
#
#
+# Added in OTP 25.
+#
+slave:_/_ since=25 remove=27
+ct_slave:_/_ since=25 remove=27
+httpd_util:encode_hex/1 since=25 remove=26
+httpd_util:decode_hex/1 since=25 remove=26
+
+crypto:crypto_dyn_iv_init/3 since=25 remove=27
+crypto:crypto_dyn_iv_update/3 since=25 remove=27
+erts_alloc_config:_/_ since=25 remove=26
+
+#
# Added in OTP 24.
#
-public_key:ssh_hostkey_fingerprint/1 since=24 remove=26
-public_key:ssh_hostkey_fingerprint/2 since=24 remove=26
-public_key:ssh_decode/2 since=24 remove=26
-public_key:ssh_encode/2 since=24 remove=26
+public_key:ssh_hostkey_fingerprint/1 since=24 remove=25
+public_key:ssh_hostkey_fingerprint/2 since=24 remove=25
+public_key:ssh_decode/2 since=24 remove=25
+public_key:ssh_encode/2 since=24 remove=25
ftp:start_service/1 since=24 remove=26
ftp:stop_service/1 since=24 remove=26
httpd_util:flatlength/1 since=24 remove=26
@@ -57,8 +69,8 @@ ssl:cipher_suites/0 since=21 remove=24
http_uri:parse/1 since=23 remove=25
http_uri:parse/2 since=23 remove=25
-http_uri:encode/1 since=23 remove=25
-http_uri:decode/1 since=23 remove=25
+http_uri:encode/1 since=23 remove=26
+http_uri:decode/1 since=23 remove=26
http_uri:scheme_defaults/0 since=23 remove=25
httpd:parse_query/1 since=23
pg2:_/_ since=23 remove=24