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
|
### 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
|
```rb
|
||||||
class C
|
class C
|
||||||
def initialize(x)
|
def initialize(x)
|
||||||
@field = x
|
@field = x
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
C.new(y)
|
C.new(y)
|
||||||
```
|
```
|
||||||
there will be flow from `y` to the field `@field` on the constructed `C` object.
|
there will be flow from `y` to the field `@field` on the constructed `C` object.
|
||||||
|
|
||||||
### Minor Analysis Improvements
|
### Minor Analysis Improvements
|
||||||
|
|
||||||
|
|||||||
@@ -2,17 +2,17 @@
|
|||||||
|
|
||||||
### Major Analysis Improvements
|
### 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
|
```rb
|
||||||
class C
|
class C
|
||||||
def initialize(x)
|
def initialize(x)
|
||||||
@field = x
|
@field = x
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
C.new(y)
|
C.new(y)
|
||||||
```
|
```
|
||||||
there will be flow from `y` to the field `@field` on the constructed `C` object.
|
there will be flow from `y` to the field `@field` on the constructed `C` object.
|
||||||
|
|
||||||
### Minor Analysis Improvements
|
### Minor Analysis Improvements
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user