Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.3.1 changelog #11188

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions extra/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
2023-XX-XX 4.3.1

Breaking changes:

all : namespace message reporting defines (#11142)

Bugfixes:

all : fix --times with compilation server (#11091)
all : fix default type parameters not respecting imports (#11161)
all : fix bytecode bindings issues (#11098)
all : support deprecation for defines
macro : allow local statics in macro functions (#11096)
cpp : fix AtomicInt warnings on cppia (#11105)
cpp : fix deprecated implicit casts of cpp.Int64 (#10998)
cpp : add white space around template type syntax (#11107)
java : don't check native signatures on extern functions (#11131)
lua : remove non existent luautf8 charCodeAt extern (#11097)

2023-04-06 4.3.0

New features:
Expand Down
Loading