summarylogtreecommitdiffstats
path: root/changelog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt
index a7a35c26afed..6aece759250c 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -190,3 +190,27 @@
- Documentation and examples
- Restructure setup
+
+## 5.1
+
+2022-11-20
+
+### Improved
+
+- Support unpack from ctype pointers
+
+### Added
+
+- Add support for char constants
+- Add native type test
+- dir.py example
+
+## 5.2
+
+2022-11-23
+
+### Fix
+
+- nested struct unpack fix
+- nested anonymous union offset fix
+- inspect offset for nested struct/union fix