From 2d779a70bcc31ab4f199729cd517dbad5d7856f8 Mon Sep 17 00:00:00 2001 From: James Johnson Date: Sun, 5 Jan 2020 20:52:06 -0800 Subject: [PATCH] Added changelog for v0.4.5 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ff3daf7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +# Changelog + +- [v0.4.5](#v045) +- [v0.4.4](#v044) +- [v0.4.3](#v043) + +## v0.4.5 + +MP4.bt works now! + +| type | ticket | description | +|-----:|------------------------------------------------------|--------------------| +| bug | [#100](https://github.com/d0c-s4vage/pfp/issues/100) | Implemented Memcmp | + +## v0.4.4 + +| type | ticket | description | +|-----:|----------------------------------------------------|----------------------------------------------------| +| bug | [#98](https://github.com/d0c-s4vage/pfp/issues/98) | Fixes problem with typedef'd parameterized structs | + +## v0.4.3 + +Vastly improves struct support/handling in pfp + +| type | ticket | description | +|-----:|----------------------------------------------------|--------------------------------------------------| +| bug | [#26](https://github.com/d0c-s4vage/pfp/issues/26) | Fixes many problems with struct support/handling |