Skip to content

Commit d63dd1a

Browse files
jwaldripclaude
andcommitted
docs: add full Unicode support to CHANGELOG
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5c1236f commit d63dd1a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Features
6+
7+
* **spec:** Add full Unicode support per GraphQL September 2025 specification ([#1405](https://github.com/absinthe-graphql/absinthe/pull/1405))
8+
- Variable-width Unicode escape sequences: `\u{XXXXXX}`
9+
- Surrogate pair handling for legacy `\uXXXX` escapes
10+
- Validation for Unicode scalar values
11+
- Reject lone surrogates
12+
313
## [1.9.0](https://github.com/absinthe-graphql/absinthe/compare/v1.8.0...v1.9.0) (2025-11-21)
414

515

0 commit comments

Comments
 (0)