# Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ## [v0.2.3] - 2018-10-06 ### Fixed - Some symbols were being discarded when parsing the ELF file. ## [v0.2.2] - 2018-09-23 ### Changed - Made compatible with version v0.3.2 of stlog. This drops compatibility with versions v0.3.0 and v0.3.1 of stlog which have been yanked. ## [v0.2.1] - 2018-09-23 - YANKED ### Changed - The README is now rendered on crates.io ## v0.2.0 - 2018-09-23 - YANKED ### Added - `stcat` now supports decoding log files, in addition to decoding stdin. - A `--filter` / `-f` flag has been added. It can be used to decode only messages of a certain severity (e.g. error or info) and higher. ### Changed - [breaking-change] This release can only decode logs generated by version v0.3.x of the `stlog` framework. ### Removed - [breaking-change] The `-d` flag has been removed in favor of the `-f` / `--filter` flag. ## v0.1.0 - 2017-06-03 - Initial release [Unreleased]: https://github.com/japaric/stcat/compare/v0.2.3...HEAD [v0.2.3]: https://github.com/japaric/stcat/compare/v0.2.2...v0.2.3 [v0.2.2]: https://github.com/japaric/stcat/compare/v0.2.1...v0.2.2 [v0.2.1]: https://github.com/japaric/stcat/compare/v0.2.0...v0.2.1 [v0.2.0]: https://github.com/japaric/stcat/compare/v0.1.0...v0.2.0