diff options
| author | Rapptz <[email protected]> | 2019-04-08 01:10:14 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-04-08 02:18:48 -0400 |
| commit | 1243298b34ba68e5f7b5a2ccb1c0520a360f1f9b (patch) | |
| tree | d1b4b7ef70d9b4a90f15b2720ec80767f4232b0b /docs/whats_new.rst | |
| parent | terminate iterators immediately once out of data (diff) | |
| download | discord.py-1243298b34ba68e5f7b5a2ccb1c0520a360f1f9b.tar.xz discord.py-1243298b34ba68e5f7b5a2ccb1c0520a360f1f9b.zip | |
Add some version guarantees to the documentation.
Diffstat (limited to 'docs/whats_new.rst')
| -rw-r--r-- | docs/whats_new.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/whats_new.rst b/docs/whats_new.rst index 069138ae..7130841f 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -8,6 +8,15 @@ Changelog This page keeps a detailed human friendly rendering of what's new and changed in specific versions. +.. _vp1p0p0: + +v1.0.0 +-------- + +The changeset for this version are too big to be listed here, for more information please +see :ref:`the migrating page <migrating_1_0>`. + + .. _vp0p16p6: v0.16.6 |