From 8b1bb95b1ad805cbcf9104e4a528eb02202b375e Mon Sep 17 00:00:00 2001 From: Kolkies Date: Sun, 12 Aug 2018 20:20:08 +0200 Subject: [PATCH] docs: update for 11.4.0 (#2727) * Update for 11.4.0 docs --- docs/general/updating.md | 4 ++++ docs/general/welcome.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/general/updating.md b/docs/general/updating.md index da14587db..5b1d1ad80 100644 --- a/docs/general/updating.md +++ b/docs/general/updating.md @@ -1,3 +1,7 @@ +# Version 11.4.0 +v11.4.0 backports many new features such as Rich Presence and bugfixes from v11.3.0. +See [the changelog](https://github.com/discordjs/discord.js/releases/tag/11.4.0) for a full list of changes, including information about deprecations. + # Version 11.3.0 v11.3.0 backports many new features and bug fixes from the in-development v12. See [the changelog](https://github.com/discordjs/discord.js/releases/tag/11.3.0) for a full list of changes, including information about deprecations. diff --git a/docs/general/welcome.md b/docs/general/welcome.md index 853debf39..34e5e67bc 100644 --- a/docs/general/welcome.md +++ b/docs/general/welcome.md @@ -18,8 +18,8 @@ # Welcome! -Welcome to the discord.js v11.3 documentation. -The v11.3 release contains backports of many features and bug fixes from the in-development v12, such as categories and animated emoji support. +Welcome to the discord.js v11.4 documentation. +The v11.4 release contains bugfixes from v11.3 and backports features such as Rich Presence. v12 is still very much a work-in-progress, as we're aiming to make it the best it can possibly be before releasing. If you are fond of living life on the bleeding-edge, check out the master branch.