Skip to content

Commit 9b0edaa

Browse files
committed
docs: add changelog for version 3.1.0
1 parent a7075f9 commit 9b0edaa

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v3.1.0
2+
### Feat
3+
- add text areas instead of text for messages to support multi-line messages
4+
- add SendGrid support for multi-line messages. Automatically changes newlines (\n) with breaklines (\<br>) in backend
5+
- change users IDs to users' emails in notification groups, notification rules, and oncalls.
6+
- add backend view for users' emails.
7+
- add scope hierarchy to scopes. Split scopes on ".", to make "read:notification" have access to all "read:notification.*"
8+
9+
### Fix
10+
- add correct perms for buttons and pages in frontend
11+
- remove unnecessary call to get users in the notification send page. Remove admin:users scope from the notification send page
12+
- add a new object instead of a reference to another object when adding a new line in edit groups(triggers/tags)
13+
114
## v3.0.0
215
### Feat
316
- new UI for the frontend

0 commit comments

Comments
 (0)