We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2036366 commit 12bee70Copy full SHA for 12bee70
CHANGES.md
@@ -1,3 +1,15 @@
1
+## v0.3.4
2
+
3
+Released: 2025-03-06
4
5
+- Add extensive support for system calls and file system.
6
+- Support `NSDateFormatter` and `NSTimeZone`.
7
+- Support initialization of `NSURLSession`.
8
+- Partial compatibility with `arm64e` architecture.
9
+- Add fault handling for `readClass` to enhance class loading reliability.
10
+- Fix incorrect number formatting in `sscanf`.
11
+- Fix missing relocation.
12
13
## v0.3.3
14
15
Released: 2024-12-06
src/chomper/__init__.py
@@ -1,3 +1,3 @@
from .core import Chomper
-__version__ = "0.3.3"
+__version__ = "0.3.4"
0 commit comments