Skip to content

Commit bd16aa6

Browse files
authored
Add pull request numbers to changelog entries (#179)
1 parent 9a022cb commit bd16aa6

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@
66

77
- Added `RTFDocument.write_html` and `RTFDocument.write_pdf` for exporting RTF
88
documents to HTML and PDF via LibreOffice, matching the `write_docx`
9-
conversion workflow.
9+
conversion workflow (#176).
1010

1111
### Testing
1212

1313
- Added parameterized tests covering DOCX, HTML, and PDF exports, with a
14-
new `pdf` extra (`pypdf`) for PDF text extraction. Improved LibreOffice
15-
availability checks to skip integration tests when conversion is not working.
14+
new `pdf` extra (`pypdf`) for PDF text extraction.
15+
Improved LibreOffice availability checks to skip integration tests
16+
when conversion is not working (#176).
1617

1718
## rtflite 2.4.0
1819

@@ -35,10 +36,10 @@
3536

3637
## rtflite 2.3.1
3738

38-
### New features
39+
### Improvements
3940

40-
- Added `executable_path` parameter to write_docx() method.
41-
- Added `/tmp/soffice` and `/tmp/libreoffice` paths for Linux.
41+
- Added `executable_path` parameter to `write_docx()` method (#170).
42+
- Added `/tmp/soffice` and `/tmp/libreoffice` paths for Linux (#170).
4243

4344
## rtflite 2.3.0
4445

docs/changelog.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@
66

77
- Added `RTFDocument.write_html` and `RTFDocument.write_pdf` for exporting RTF
88
documents to HTML and PDF via LibreOffice, matching the `write_docx`
9-
conversion workflow.
9+
conversion workflow (#176).
1010

1111
### Testing
1212

1313
- Added parameterized tests covering DOCX, HTML, and PDF exports, with a
14-
new `pdf` extra (`pypdf`) for PDF text extraction. Improved LibreOffice
15-
availability checks to skip integration tests when conversion is not working.
14+
new `pdf` extra (`pypdf`) for PDF text extraction.
15+
Improved LibreOffice availability checks to skip integration tests
16+
when conversion is not working (#176).
1617

1718
## rtflite 2.4.0
1819

@@ -35,10 +36,10 @@
3536

3637
## rtflite 2.3.1
3738

38-
### New features
39+
### Improvements
3940

40-
- Added `executable_path` parameter to write_docx() method.
41-
- Added `/tmp/soffice` and `/tmp/libreoffice` paths for Linux.
41+
- Added `executable_path` parameter to `write_docx()` method (#170).
42+
- Added `/tmp/soffice` and `/tmp/libreoffice` paths for Linux (#170).
4243

4344
## rtflite 2.3.0
4445

0 commit comments

Comments
 (0)