From a29192a8c0caf5a7db3d84244f7c6d3effe28b81 Mon Sep 17 00:00:00 2001 From: Phil Date: Wed, 19 Jul 2023 15:19:47 +0200 Subject: [PATCH] docs: documented deprecation policy (#738) --- docpages/05_deprecated_list.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docpages/05_deprecated_list.md diff --git a/docpages/05_deprecated_list.md b/docpages/05_deprecated_list.md new file mode 100644 index 0000000000..0beefb210d --- /dev/null +++ b/docpages/05_deprecated_list.md @@ -0,0 +1,7 @@ +\page deprecated Deprecated List + +### Deprecation policy + +We keep things marked as depreciated until next major API version. +If discord removes the function, we may remove the method from the library or replace it with a thrown exception depending on the type of function and at our discretion. +Such functions which are made to throw will then be removed at the next major API version. \ No newline at end of file