### Example Changelog Entry Source: https://github.com/ciscotestautomation/genieparser/blob/main/README.md An example of how to format a changelog entry for a parser modification, specifying schema keys and regex patterns. ```rst -------------------------------------------------------------------------------- Fix -------------------------------------------------------------------------------- * NXOS * Modified ShowVersion: * Changed , from schema to Optional. * Updated regex pattern to accommodate various outputs. ``` -------------------------------- ### Install pyATS with Genie Source: https://github.com/ciscotestautomation/genieparser/blob/main/README.md Installs the pyATS package with Genie support. This is the recommended way to get the Genie parser. ```bash $ pip install 'pyats[full]' ```