mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
Fix markdown lists
This commit is contained in:
committed by
GitHub
parent
1f1b364feb
commit
673355df65
@@ -2,12 +2,12 @@
|
||||
|
||||
### Major Analysis Improvements
|
||||
|
||||
Added data-flow support for [hashes](https://docs.ruby-lang.org/en/3.1/Hash.html).
|
||||
* Added data-flow support for [hashes](https://docs.ruby-lang.org/en/3.1/Hash.html).
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
Support for data flow through instance variables has been added.
|
||||
Support of the safe navigation operator (`&.`) has been added; there is a new predicate `MethodCall.isSafeNavigation()`.
|
||||
* Support for data flow through instance variables has been added.
|
||||
* Support of the safe navigation operator (`&.`) has been added; there is a new predicate `MethodCall.isSafeNavigation()`.
|
||||
|
||||
## 0.2.1
|
||||
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
|
||||
### Major Analysis Improvements
|
||||
|
||||
Added data-flow support for [hashes](https://docs.ruby-lang.org/en/3.1/Hash.html).
|
||||
* Added data-flow support for [hashes](https://docs.ruby-lang.org/en/3.1/Hash.html).
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
Support for data flow through instance variables has been added.
|
||||
Support of the safe navigation operator (`&.`) has been added; there is a new predicate `MethodCall.isSafeNavigation()`.
|
||||
* Support for data flow through instance variables has been added.
|
||||
* Support of the safe navigation operator (`&.`) has been added; there is a new predicate `MethodCall.isSafeNavigation()`.
|
||||
|
||||
Reference in New Issue
Block a user