File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
* Add extractor and library support for UTF-8 encoded strings.
6
6
* The ` StringLiteral ` class includes UTF-8 encoded strings.
7
- * In the DB Schema ` @string_literal_expr ` is renamed to ` @utf16_string_literal_expr `
7
+ * In the DB Scheme ` @string_literal_expr ` is renamed to ` @utf16_string_literal_expr ` .
8
8
9
9
### Minor Analysis Improvements
10
10
Original file line number Diff line number Diff line change 4
4
5
5
* Add extractor and library support for UTF-8 encoded strings.
6
6
* The ` StringLiteral ` class includes UTF-8 encoded strings.
7
- * In the DB Schema ` @string_literal_expr ` is renamed to ` @utf16_string_literal_expr `
7
+ * In the DB Scheme ` @string_literal_expr ` is renamed to ` @utf16_string_literal_expr ` .
8
8
9
9
### Minor Analysis Improvements
10
10
Original file line number Diff line number Diff line change 4
4
5
5
* Data flowing from the ` locals ` argument of a Rails ` render ` call is now tracked to uses of that data in an associated view.
6
6
* Access to headers stored in the ` env ` of Rack requests is now recognized as a source of remote input.
7
- * Ruby 3.2: anonymous rest and keyword rest arguments can now be passed as arguments, instead of just used in method parameters.
7
+ * Ruby 3.2: anonymous rest and keyword rest arguments can now be passed as arguments, instead of just used in method parameters.
8
8
9
9
## 0.5.1
10
10
Original file line number Diff line number Diff line change 4
4
5
5
* Data flowing from the ` locals ` argument of a Rails ` render ` call is now tracked to uses of that data in an associated view.
6
6
* Access to headers stored in the ` env ` of Rack requests is now recognized as a source of remote input.
7
- * Ruby 3.2: anonymous rest and keyword rest arguments can now be passed as arguments, instead of just used in method parameters.
7
+ * Ruby 3.2: anonymous rest and keyword rest arguments can now be passed as arguments, instead of just used in method parameters.
You can’t perform that action at this time.
0 commit comments