Skip to content

Commit 494b373

Browse files
committed
Release notes update
1 parent 0322e92 commit 494b373

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## Unreleased
8+
- Flash update notification
9+
- Real_data_update date comparison to appeal endpoint
10+
- Rich Text Editor enhancements
11+
- Adding Notes to AppealFilter
12+
- Fixing flash update PDF
13+
- Logging frontend login attempts
14+
- Search output enhanced with visibility
15+
- Contacts to FR notification
816

917
## 1.1.442
1018

flash_update/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def share_flash_update(flash_update_share_id):
3535

3636
users_emails = set([*donors_emails, *donor_groups_emails])
3737
send_notification(
38-
f'Flash Update :{flash_update.title}',
38+
f'Flash Update: {flash_update.title}',
3939
users_emails,
4040
render_to_string('email/flash_update/donor_email.html', email_context),
4141
'Flash Update',

0 commit comments

Comments
 (0)