From 5b90492789accefd24e82cd0798673feece1e33c Mon Sep 17 00:00:00 2001 From: James Johnson Date: Sun, 19 Jan 2020 21:16:42 -0800 Subject: [PATCH] version bump for v0.4.7 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8fa470..7176395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,22 @@ # Changelog +- [v0.4.7](#v047) - [v0.4.6](#v046) - [v0.4.5](#v045) - [v0.4.4](#v044) - [v0.4.3](#v043) +## v0.4.7 + +Pretty big fixes, should make pfp a *lot* more compatible with existing +010 Editor templates (DEX.bt works now for parsing!) + +| type | ticket | description | +|------|------------------------------------------------------|--------------------------------------------------| +| bug | [#120](https://github.com/d0c-s4vage/pfp/issues/120) | Fixes integer promotion problems, part deux | +| bug | [#115](https://github.com/d0c-s4vage/pfp/issues/115) | Fixes problem with chained assignments | +| bug | [#113](https://github.com/d0c-s4vage/pfp/issues/113) | Error with `_pfp__parse` and `set_val` parameter | + ## v0.4.6 Consecutive duplicate arrays are now fully supported