We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a78559 commit 2fdcc1aCopy full SHA for 2fdcc1a
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## 2.0.0
4
+* FEATURE: PHP 8.1 ready
5
+ * Added proper type annotations
6
+ * Removed php annotations
7
+* BC BREAKS
8
+ * Drop support for PHP 7.4
9
+* DEPRECATIONS
10
+ * All `Embed::COLOR_*` constants (will be removed in 3.0); use `\DicordWebhook\EmbedColor::XY` now.
11
+
12
### 1.0.6
13
* Changed `guzzlehttp/guzzle` version bound to be backwards compatible.
14
0 commit comments