Skip to content

Commit cfedd98

Browse files
committed
Update CHANGELOG
1 parent facc4ac commit cfedd98

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve
1919

2020
### Changed
2121
- Canonical SQL generation for `NOT IN` in the WASM builder path to avoid non-canonical output.
22+
- SDK build pipeline now performs WASM extraction/rewrite via a Vite plugin instead of a standalone post-build script.
23+
- WASM release optimization profile no longer uses `--converge` to reduce build-time variance in `wasm-opt`.
2224
- CI release hardening:
2325
- SDK typecheck in the `sdk-build` job
2426
- deploy-time docs version assertion against release tag
@@ -27,6 +29,9 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve
2729
### Fixed
2830
- Multiple schema validation edge cases around comparison, arithmetic, assignment, set-ops, and join/reference quality diagnostics.
2931
- Strict/non-strict severity behavior alignment for new validation rule families.
32+
- Generated TypeScript binding diagnostics in the SDK:
33+
- removed problematic doc-comment patterns that broke generated JSDoc parsing
34+
- removed `Index.ts` renaming in binding copy flow to avoid case-sensitive import conflicts
3035

3136
[Unreleased]: https://github.com/tobilg/polyglot/compare/v0.1.6...HEAD
3237
[0.1.6]: https://github.com/tobilg/polyglot/compare/v0.1.5...v0.1.6

0 commit comments

Comments
 (0)