# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [1.0.3] ### Fixed - Registers marked with `ispresent=True` property are not ignored anymore ### Changed - Deprecate Python 3.6 - Update dependencies and remove deprecations - Make ReadTheDocs build reproducible ## [1.0.2] ### Fixed - Fix identifier string representation for register arrays. ## [1.0.1] ### Fixed - Fix RTD build ## [1.0.0] ### Added - Add support for Python 3.6 - Add support for MemNode ## [0.1.7] ### Changed - Bump PeakRDL version to >1.0 - Minor cleanup of linting and CI setup ## [0.1.6] ### Changed - Change all namespace references to SystemRDL - Bump PeakRDL version ## [0.1.5] ### Changed - Update dependencies ## [0.1.4] ### Changed - Downgrade pylint to have Python 3.7.0 supported - Update dependencies ## [0.1.3] ### Changed - Update PeakRDL plugin to use base class - Update dependencies - Remove cli extra ## [0.1.2] ### Added - Add option to generate addrmap up to given depth. ### Changed - Add node type to headings. ### Fixed - Fix *Generated from* section construction. ## [0.1.1] ### Changed - Don't start writing to the file until it's generated. ### Fixed - Fix error on no supported members. ## [0.1.0] ### Added - Basic SystemRDL Markdown exporter. [1.0.3]: https://github.com/SystemRDL/PeakRDL-Markdown/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/SystemRDL/PeakRDL-Markdown/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/SystemRDL/PeakRDL-Markdown/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/SystemRDL/PeakRDL-Markdown/compare/v0.1.7...v1.0.0 [0.1.7]: https://github.com/SystemRDL/PeakRDL-Markdown/compare/v0.1.6...v0.1.7 [0.1.6]: https://github.com/SystemRDL/PeakRDL-Markdown/compare/v0.1.5...v0.1.6 [0.1.5]: https://github.com/SystemRDL/PeakRDL-Markdown/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/SystemRDL/PeakRDL-Markdown/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/SystemRDL/PeakRDL-Markdown/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/SystemRDL/PeakRDL-Markdown/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/SystemRDL/PeakRDL-Markdown/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/SystemRDL/PeakRDL-Markdown/compare/v0.0.0...v0.1.0