* Siggen is re-united with Socorro's signature generation system. Generally we'll make changes in the Socorro repository and then copy them here.
Bug fixes:
* 1477726: add ``std:alloc::rust_oom`` to prefix list * 1481282: rework frame normalization so it treats C/C++ frames differently than Rust frames * 1477013: rewrite collapse to correctly handle Rust trait methods * 1478383: drop prefix and return type in function signatures; add handling for "const" in function signatures * 1306643: document signature generation pipeline
0.1.3
========================
Bug fixes:
* Unified siggen fork with Socorro signature generator. Siggen is now an extracted library from Socorro's signature generator.
* Add tests for signature generator error handler.
* Some minor changes for Python 3 support.
* Other minor fixes.
0.1.2
=======================
Bug fixes:
* Generalized code so it can be ignorant of parent module. This will make it easier to co-exist with Socorro's fork.
* Update signature lists with changes in Socorro over the last month.
* Cleanup README to make the schema easier to read. (Thank you, Ben!)
* Fix bugs and typos in examples.
0.1.1
=======================
Bug fixes:
* Bug fixes related to differences in signature output between Socorro and siggen. This resulted in a couple of really minor schema changes:
* "crashing_thread" now defaults to None indicating that no crashing thread was specified * "additional_minidumps" is now a text which has a comma-separated string value
Issues 7 and 10.
* Added "original_signature" key to the JSON output of fetch-data command.