Searched refs:ChangeLog (Results 1 – 5 of 5) sorted by relevance
4 to the changelog file ([`../ChangeLog`](../ChangeLog)).82 See [existing entries](../ChangeLog) for examples.84 ## How `ChangeLog` is updated88 to move the entries from files in `ChangeLog.d` to the main `ChangeLog` file.
183 class ChangeLog: class459 changelog = ChangeLog(input_file, TextChangelogFormat)
20 …o a few rounds of review and fixing may be necessary. We will include your name in the ChangeLog :)86 1. A [ChangeLog](https://github.com/ARMmbed/mbedtls/blob/development/ChangeLog.d/00README.md) entry…
1 mbed TLS ChangeLog (Sorted per branch, date)4503 XySSL ChangeLog
845 rm -f ChangeLog.new846 scripts/assemble_changelog.py -o ChangeLog.new847 if [ -e ChangeLog.new ]; then850 diff -u ChangeLog ChangeLog.new || true851 rm ChangeLog.new
Completed in 16 milliseconds