Merge pull request #4953 from vector-im/feature/adm/in-dev-category
In development release notes category
This commit is contained in:
commit
f025554612
|
@ -61,8 +61,9 @@ Supported filename extensions are:
|
||||||
|
|
||||||
- ``.feature``: Signifying a new feature in Element Android or in the Matrix SDK.
|
- ``.feature``: Signifying a new feature in Element Android or in the Matrix SDK.
|
||||||
- ``.bugfix``: Signifying a bug fix.
|
- ``.bugfix``: Signifying a bug fix.
|
||||||
|
- ``.wip``: Signifying a work in progress change, typically a component of a larger feature which will be enabled once all tasks are complete.
|
||||||
- ``.doc``: Signifying a documentation improvement.
|
- ``.doc``: Signifying a documentation improvement.
|
||||||
- ``.removal``: Signifying a deprecation or removal of public API. Can be used to notifying about API change in the Matrix SDK
|
- ``.sdk``: Signifying a change to the Matrix SDK, this could be an addition, deprecation or removal of a public API.
|
||||||
- ``.misc``: Any other changes.
|
- ``.misc``: Any other changes.
|
||||||
|
|
||||||
See https://github.com/twisted/towncrier#news-fragments if you need more details.
|
See https://github.com/twisted/towncrier#news-fragments if you need more details.
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Disabling onboarding automatic carousel transitions on user interaction
|
|
@ -0,0 +1 @@
|
||||||
|
Locking phones to portrait during the FTUE onboarding
|
|
@ -0,0 +1 @@
|
||||||
|
Adds a messaging use case screen to the FTUE onboarding
|
|
@ -15,13 +15,18 @@
|
||||||
name = "Bugfixes 🐛"
|
name = "Bugfixes 🐛"
|
||||||
showcontent = true
|
showcontent = true
|
||||||
|
|
||||||
|
[[tool.towncrier.type]]
|
||||||
|
directory = "wip"
|
||||||
|
name = "In development 🚧"
|
||||||
|
showcontent = true
|
||||||
|
|
||||||
[[tool.towncrier.type]]
|
[[tool.towncrier.type]]
|
||||||
directory = "doc"
|
directory = "doc"
|
||||||
name = "Improved Documentation 📚"
|
name = "Improved Documentation 📚"
|
||||||
showcontent = true
|
showcontent = true
|
||||||
|
|
||||||
[[tool.towncrier.type]]
|
[[tool.towncrier.type]]
|
||||||
directory = "removal"
|
directory = "sdk"
|
||||||
name = "SDK API changes ⚠️"
|
name = "SDK API changes ⚠️"
|
||||||
showcontent = true
|
showcontent = true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue