mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
Properly indent code block in change log
This commit is contained in:
@@ -2,17 +2,17 @@
|
||||
|
||||
### Major Analysis Improvements
|
||||
|
||||
* Flow through `initialize` constructors is now taken into account. For example, in
|
||||
* Flow through `initialize` constructors is now taken into account. For example, in
|
||||
```rb
|
||||
class C
|
||||
class C
|
||||
def initialize(x)
|
||||
@field = x
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
C.new(y)
|
||||
```
|
||||
there will be flow from `y` to the field `@field` on the constructed `C` object.
|
||||
C.new(y)
|
||||
```
|
||||
there will be flow from `y` to the field `@field` on the constructed `C` object.
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
|
||||
@@ -2,17 +2,17 @@
|
||||
|
||||
### Major Analysis Improvements
|
||||
|
||||
* Flow through `initialize` constructors is now taken into account. For example, in
|
||||
* Flow through `initialize` constructors is now taken into account. For example, in
|
||||
```rb
|
||||
class C
|
||||
class C
|
||||
def initialize(x)
|
||||
@field = x
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
C.new(y)
|
||||
```
|
||||
there will be flow from `y` to the field `@field` on the constructed `C` object.
|
||||
C.new(y)
|
||||
```
|
||||
there will be flow from `y` to the field `@field` on the constructed `C` object.
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
|
||||
Reference in New Issue
Block a user