Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulTaykalo committed Nov 7, 2019
1 parent ac40778 commit 30a1c5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@

* Add GitHub Actions Logging reporter (`github-actions-logging`).
[Norio Nomura](https://github.com/norio-nomura)
* Use unique file id for each SiwftLintFile for caching
[PaulTaykalo](https://github.com/PaulTaykalo)
[#2929](https://github.com/realm/SwiftLint/issues/2929)

#### Bug Fixes

Expand Down
1 change: 0 additions & 1 deletion Source/SwiftLintFramework/Models/RuleStorage.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Dispatch
import SourceKittenFramework

public class RuleStorage {
private var storage: [ObjectIdentifier: [SwiftLintFile: Any]]
Expand Down

0 comments on commit 30a1c5b

Please sign in to comment.