From 9237106ee3ef832d8d93e0ca303ccb2956c6a933 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Tue, 23 Aug 2022 02:34:24 -0400 Subject: [PATCH] Add v2 changelog entry to point to migrating page --- docs/whats_new.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/whats_new.rst b/docs/whats_new.rst index 132721453..d1759cee8 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -11,6 +11,14 @@ Changelog This page keeps a detailed human friendly rendering of what's new and changed in specific versions. +.. _vp2p0p0: + +v2.0.0 +-------- + +The changeset for this version are too big to be listed here, for more information please +see :ref:`the migrating page `. + .. _vp1p7p3: v1.7.3 @@ -1184,4 +1192,4 @@ Bug Fixes - Mentions are now triggered normally. This was changed due to the way discord handles it internally. - Fix issue when a :class:`Message` would attempt to upgrade a :attr:`Message.server` when the channel is a :class:`Object`. -- Unavailable servers were not being added into cache, this has been corrected. \ No newline at end of file +- Unavailable servers were not being added into cache, this has been corrected.