Skip to content

Commit 5fa629a

Browse files
authored
Move changelog to documentation (#2039)
* include changelog in documentation * add github release template * add news fragments for 2039
1 parent a624fd8 commit 5fa629a

33 files changed

+1120
-889
lines changed

.github/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
changelog:
2+
exclude:
3+
authors:
4+
- dependabot[bot]

CHANGELOG.md

Lines changed: 0 additions & 852 deletions
This file was deleted.

doc/changelog.d/.gitignore

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
!.gitignore
44

55
# ...except markdown news fragments
6-
!*.security.md
7-
!*.removed.md
8-
!*.deprecated.md
9-
!*.added.md
10-
!*.changed.md
11-
!*.fixed.md
6+
!*.security.rst
7+
!*.removed.rst
8+
!*.deprecated.rst
9+
!*.added.rst
10+
!*.changed.rst
11+
!*.fixed.rst
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Added support for replaying CAN log files multiple times or infinitely in the player script via the new --loop/-l argument.
1+
Added support for replaying CAN log files multiple times or infinitely in the player script via the new ``--loop/-l`` argument.

doc/changelog.d/1815.removed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/1815.removed.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Removed the unused ``--file_name/-f`` argument from the player CLI.

doc/changelog.d/1938.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/1938.fixed.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Keep a reference to asyncio tasks in ``can.Notifier`` as recommended by `python documentation <https://docs.python.org/3/library/asyncio-task.html#asyncio.create_task>`_.

doc/changelog.d/1987.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/1987.added.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added `python-can-coe <https://c0d3.sh/smarthome/python-can-coe>`_ interface plugin to the documentation.

0 commit comments

Comments
 (0)