1<!---
2name: release-announcement-template
3about: Template to use when drafing a new release announcement. DELETE THIS
4       BLOCK BEFORE PUBLISHING.
5--->
6
7We are pleased to announce FRR <version>.
8
9<!-- Add a brief summary of major changes here -->
10
11Thank you to all contributors!
12
13Changelog
14---------
15
16<!-- List **only** user-visible changes in this section. When listing changes to individual daemons, alphabetize the list by daemon name. -->
17
18**All daemons:**
19- <!-- List changes to all daemons -->
20
21<!-- If a new daemon was added, list it at the top here -->
22**New daemon: <new>**
23- Adds support for <protocol/feature>
24
25**daemon 1**
26- <!-- List changes -->
27
28**daemon 2**
29- <!-- List changes -->
30
31**daemon N**
32- <!-- List changes -->
33
34### Internal improvements
35
36- <!-- List **only** user-invisible changes here -->
37
38### Packaging changes
39
40- <!-- List any new or removed packages here -->
41