forked from RocketChat/Rocket.Chat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NEW] Improve history generation (RocketChat#10319)
- Loading branch information
Showing
11 changed files
with
14,599 additions
and
4,882 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,3 +20,4 @@ private/moment-locales/ | |
public/livechat/ | ||
public/mp3-realtime-worker.js | ||
public/lame.min.js | ||
!.scripts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"0.55.0": [{ | ||
"title": "[BREAK] `getUsersOfRoom` API to return array of objects with user and username, instead of array of strings", | ||
"userLogin": "rodrigok", | ||
"contributors": [] | ||
}, { | ||
"title": "[FIX] Incoming integrations would break when trying to use the `Store` feature.`", | ||
"userLogin": "rodrigok", | ||
"contributors": [] | ||
}, { | ||
"title": "[FIX] Removed Deprecated Package rocketchat:sharedsecret`", | ||
"userLogin": "rodrigok", | ||
"contributors": [] | ||
}] | ||
} |
Oops, something went wrong.