You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ The mock module has had its maven artifact ID changed only.
106
106
* Apache Replaced by native Java HTTP Client
107
107
* Modular Maven config with bom
108
108
* Zero external runtime dependencies by default
109
-
* You MUST include JSON support on your own ([see upgrade guide](mkdocs/docs/upgrade-guilde))
109
+
* You MUST include JSON support on your own ([see upgrade guide](mkdocs/docs/upgrade-guide))
110
110
* New Maven coordinates
111
111
* New packaging in order to not conflict with older versions
112
112
@@ -365,7 +365,7 @@ The mock module has had its maven artifact ID changed only.
365
365
*JsonNode now has a ```toPrettyString``` method for getting a formatted json string
366
366
367
367
## 3.0.00
368
-
*Replace the dependency on org.json with a native kong.unirest library powered by gson that matches org.json interfaces. See the [UpgradeGuide](mkdocs/docs/upgrade-guilde) for details.
368
+
*Replace the dependency on org.json with a native kong.unirest library powered by gson that matches org.json interfaces. See the [UpgradeGuide](mkdocs/docs/upgrade-guide) for details.
369
369
*Issue #299.Remove gzip content-encoding header after decompression on async client
0 commit comments