Searched refs:changelog (Results 1 – 6 of 6) sorted by relevance
/mbedtls-latest/ChangeLog.d/ |
D | 00README.md | 1 # Pending changelog entry directory 3 This directory contains changelog entries that have not yet been merged 4 to the changelog file ([`../ChangeLog`](../ChangeLog)). 6 ## What requires a changelog entry? 8 Write a changelog entry if there is a user-visible change. This includes: 18 We generally don't include changelog entries for: 28 Until Mbed TLS 2.24.0, we required changelog entries in more cases. 29 Looking at older changelog entries is good practice for how to write a 30 changelog entry, but not for deciding whether to write one. 34 A changelog entry file must have the extension `*.txt` and must have the [all …]
|
/mbedtls-latest/scripts/ |
D | assemble_changelog.py | 416 def finish_output(changelog, output_file, input_file, merged_files): argument 429 changelog.write(output_temp) 470 changelog = ChangeLog(input_file, TextChangelogFormat) 477 changelog.add_file(input_file) 478 finish_output(changelog, options.output, options.input, files_to_merge)
|
/mbedtls-latest/.github/ |
D | pull_request_template.md | 11 - [ ] **changelog** provided, or not required
|
/mbedtls-latest/ |
D | CONTRIBUTING.md | 12 - [Changelog](#documentation): if needed, please provide a changelog entry.
|
D | ChangeLog | 195 in Mbed TLS 3.0, but was not announced in a changelog entry at the time.
|
/mbedtls-latest/docs/architecture/ |
D | psa-crypto-implementation-structure.md | 90 * [ ] `ChangeLog.d/*.txt` — changelog entry
|