You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+62Lines changed: 62 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,50 @@
3
3
All notable changes to this project will be documented in this file.
4
4
This project mostly adheres to [Semantic Versioning][semver].
5
5
6
+
## [0.7.1] - 2019-9-29
7
+
8
+
## Departure of a lead developer
9
+
10
+
It seems Discord has a thing against library developers. [They disabled the account of a discord.js developer because they were allegedly "underage" (below 13 years old)](https://github.com/discordjs/discord.js/issues/3440). There were credit card transactions to defend their innocence, but Discord argued that they need a photo of their face to properly verify their age, a request the developer declined to comply. Consequently, they chose to no longer be on Discord.
11
+
12
+
Recently, they did the same thing to [@Lakelezz], a huge contributor to Serenity. However, this time they did not state their exact reason, simply saying "in violation of the ToS". Just like the JS developer, she decided to stop affiliating herself with the platform, if this is how it presents its "gratitude" towards her. But also, to cease development of the library.
13
+
14
+
And thus, on her behalf, I, the main lead developer [@acdenisSK], announce her retirement of the project.
15
+
16
+
Thanks to the following for their contributions:
17
+
18
+
-[@acdenisSK]
19
+
-[@Erk-]
20
+
-[@ikkerens]
21
+
-[@kyranet]
22
+
-[@Lakelezz]
23
+
-[@shnarazk]
24
+
-[@Zalaxx]
25
+
26
+
### Added
27
+
28
+
-[model] Add support for the `preferred_locale` field ([@Erk-]) [c:2d3e585]
29
+
-[meta] Add missing word `need`. ([@Lakelezz]) [c:65837f5]
30
+
-[model] Add new message fields ([@Erk-]) [c:e762ea9]
31
+
-[gateway/client] Implement WebSocket shutdown support ([@ikkerens]) [c:711882b]
32
+
-[utils] Add more formats and case insensitivity to `parse_invite` ([@ikkerens]) [c:0183714]
33
+
-[model] Add optional inviter field to Invite ([@ikkerens]) [c:21c95fd]
34
+
35
+
### Changed
36
+
37
+
-[meta] Set minimum Rust version to `1.37.0`. ([@Lakelezz]) [c:de9e8a6]
38
+
-[meta] Update related project's hrefs ([@kyranet]) [c:445810f]
39
+
40
+
### Fixed
41
+
42
+
-[meta] Fix serenity version in the readme ([@Zalaxx]) [c:730c959]
43
+
-[framework] Fix incorrect label usage in plain help commands ([@acdenisSK]) [c:d427da4]
44
+
-[model] Fix `has_role` returning an incorrect result if the member is not cached ([@ikkerens]) [c:96b49f9]
45
+
46
+
### Removed
47
+
48
+
-[meta] Remove the last mention of the global CACHE ([@shnarazk]) [c:ebdeb4e]
49
+
6
50
## [0.7.0] - 2019-8-29
7
51
8
52
An emergency release to fix a conflict in our [`ring`](https://github.com/briansmith/ring) dependency that prevents compilation if you pull in an older and newer version at the same time.
0 commit comments