Skip to content

Commit

Permalink
chore: whats new for 2.46.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nyet-ty committed Jul 9, 2024
1 parent 0a10412 commit f7f5b68
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
Binary file added public/MentionDropdown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/pages/whatsnew/2.46.1/en.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { WhatsNewLayout } from '../../../components/WhatsNewLayout';

### You can now mention user in comment!

All mentioned users will receive an email.

![](/MentionDropdown.png)

_Try it now! Your your feedback is highly appreciated, just click "Feedback" on the bottom of any page._

export default ({ children }) => <WhatsNewLayout>{children}</WhatsNewLayout>;
11 changes: 11 additions & 0 deletions src/pages/whatsnew/2.46.1/ru.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { WhatsNewLayout } from '../../../components/WhatsNewLayout';

### Теперь можно упоминать пользователей в комментариях!

Каждый упомянутый пользователь получит оповещение по электронной почте.

![](/MentionDropdown.png)

_Мы ценим ваши отзывы! Просто нажмите "Обратная связь" в подвале любой страницы._

export default ({ children }) => <WhatsNewLayout>{children}</WhatsNewLayout>;

0 comments on commit f7f5b68

Please sign in to comment.