Skip to content

Commit 8c4f8a3

Browse files
authored
Update CHANGELOG.md
1 parent 473e15d commit 8c4f8a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/ffigen/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
- __Breaking change__: Certain synthetic USRs have been modified to ensure they
1010
cannot collide with real USRs. It's very unlikely that any user facing USRs
1111
are affected.
12+
- __Breaking change__: Dart const values will be generated for global variables marked const in C (e.g. static const int) instead of symbol lookups. This supports integers, doubles, and string literals. Including the variable name in the globals -> symbol-address configuration will still generate symbol lookups.
13+
1214

1315
## 20.1.1
1416

0 commit comments

Comments
 (0)