Awesome C++ has a "changelog" section under all projects. You can find it next to the "Repo" button in the header. There are two features that make it unique.

  1. It is an aggregation of parsed "CHANGELOG.md" files and releases information from Github. This way, it is easier to see all changes in a single place and a uniform style.
  2. All changelogs are "emojified". This helps with identifying each change easier. Emojification is achieved by parsing each line and applying a specific emoji based on the first word or some other tokens.

The combination of the above two makes library changelogs on Awesome C++ unique.

As you know, an example is worth a 1,000 words ๐Ÿš€

Changelog examples

  • Ionic Framework 6.3.8 (November 22, 2022)

    ๐Ÿ› Bug Fixes

  • Butterfly 1.2.0 (November 19, 2022)

    ๐Ÿ‘Œ Support Compose

  • Bugsnag 5.28.1 (October 19, 2022)

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed rare thread-starvation issue where some internal failures could lead to deadlocks. This was most noticeable when attempting to call Bugsnag.start on an architecture (ABI) that was not packaged in the APK, and lead to an ANR instead of an error report. #1768