3
0
mirror of https://github.com/jlu5/PyLink.git synced 2025-02-25 01:40:38 +01:00

RELNOTES: first draft of a 2.0-rc1 changelog

[skip ci]
This commit is contained in:
James Lu 2018-07-11 22:39:29 -07:00
parent a1783ed2be
commit 0199daec76

View File

@ -1,3 +1,17 @@
# PyLink 2.0-rc1 (unreleased)
#### Bug fixes
- relay: CHANDESC permissions are now given to opers if the `relay::allow_free_oper_links` option is true.
- Relay no longer forwards kills from servers, preventing extraneous kills for nick collisions and the like.
- bots: the `join` command now correctly uses `bots.join` as its permission name (keeping it consistent with the command name).
- The previous name `bots.joinclient` is still supported for compatibility reasons.
#### Documentation updates
- Rewrote the Relay Quick Start Guide. [issue#619](https://github.com/jlu5/PyLink/issues/619)
- FAQ: expanded Relay section with common questions regarding Relay mechanics (i.e. kill, mode, and server bans handling)
- docs/technical, docs/permissions-reference: many updates to bring up to date with PyLink 2.0
- various: updated the GitHub repository address
# PyLink 2.0-beta1 (2018-06-27) # PyLink 2.0-beta1 (2018-06-27)
This release contains all changes from 2.0-alpha3 as well as the following: This release contains all changes from 2.0-alpha3 as well as the following: