We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04c0914 + 72066fe commit e87b5d1Copy full SHA for e87b5d1
.github/workflows/main.yml
@@ -4,15 +4,15 @@ on:
4
branches:
5
- master
6
- "3.0"
7
- - "2.18"
+ - "2.19"
8
paths-ignore:
9
- "README.md"
10
- "release-notes/*"
11
pull_request:
12
13
14
15
16
17
18
release-notes/VERSION-2.x
@@ -14,7 +14,11 @@ a pure JSON library.
=== Releases ===
------------------------------------------------------------------------
-2.18.0 (not yet released)
+2.19.0 (not yet released)
+
19
+-
20
21
+2.18.0 (26-Sep-2024)
22
23
#223: `UTF8JsonGenerator` writes supplementary characters as a surrogate pair:
24
should use 4-byte encoding
0 commit comments