@@ -11,6 +11,34 @@ This page lists all versions of JavaBotBlockAPI and the changes being made.
1111Split up the different ` GET ` actions into bot and list related actions.
1212Many new ` GET ` actions added for list related stuff.
1313
14+ ### 5.2.0
15+
16+ !!! warning "Important"
17+ This version is a breaking change!
18+
19+ - Deprecated Constructors:
20+ - ` #!java BotBlockAPI(Map<String, String> `
21+ - ` #!java GetBotAction() `
22+ - ` #!java GetBotAction(boolean) `
23+ - ` #!java GetListAction() `
24+ - ` #!java GetListAction(boolean) `
25+ - ` #!java PostAction() `
26+ - New Constructors:
27+ - ` #!java GetBotAction(String) `
28+ - ` #!java GetBotAction(boolean, String) `
29+ - ` #!java GetBotAction(boolean, String, String) `
30+ - ` #!java GetListAction(String) `
31+ - ` #!java GetListAction(boolean, String) `
32+ - ` #!java GetListAction(boolean, String, String) `
33+ - ` #!java PostAction(String) `
34+ - ` #!java PostAction(String, String) `
35+ - Site updated:
36+ - Removed ` CLOUD_BOTLIST_XYZ `
37+ - Removed ` CLOUDLIST_XYZ `
38+ - Removed ` DISCORDBOT_WORLD `
39+ - Removed ` DIVINEDISCORDBOTS_COM `
40+ - Removed ` LBOTS_ORG `
41+
1442### 5.1.17
1543- Site updated:
1644 - Added [ ` BOTSDATABASE_COM ` ] ( https://botsdatabase.com )
0 commit comments