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.
1 parent e732925 commit 1ef83a9Copy full SHA for 1ef83a9
CHANGES.md
@@ -6,8 +6,11 @@ See [compatibility docs](docs/compatibility.md) for details about backward compa
6
7
## CHANGE LOG ##
8
9
+* @dev
10
+ * [RB-42] Default value of `encoding_options` include `JSON_UNESCAPED_UNICODE` to prevent unicode escaping
11
+
12
* v3.1.0 (2017-02-28)
- * [RB-38] Added `encoding-options` to control data-to-json conversion.
13
+ * [RB-38] Added `encoding_options` to control data-to-json conversion.
14
* [RB-38] Added optional encoding options args to all methods accepting `data` argument
15
* [RB-34] Added option to control ExceptionHandeler behavior on debug builds
16
* ExceptionHandler's debug is now added as `debug` node to make it more clear where it comes from
0 commit comments