Skip to content

Commit

Permalink
Merge pull request #146 from clhunsen/claus-updates
Browse files Browse the repository at this point in the history
Quick fix:  Fix error when resetting an ProjectData environment

Reviewed-by: Thomas Bock <[email protected]>
  • Loading branch information
bockthom authored Nov 5, 2018
2 parents 64663cd + 3064a49 commit 1da649f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
### Changed/Improved
- Change shape of `Vertices` in the legend of plots to avoid confusion (f4fb4807cfd87d9d552a9ede92ea65ae4a386a04)

### Fixed
- Fix error when resetting an `ProjectData` environment (c64cab84e928a2a4c89a6df12440ba7ca06e6263)


## 3.4

Expand Down
1 change: 0 additions & 1 deletion util-data.R
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ ProjectData = R6::R6Class("ProjectData",
private$commits.filtered = NULL
private$commits.filtered.empty = NULL
private$commits = NULL
private$artifacts = NULL
private$synchronicity = NULL
private$mails = NULL
private$authors = NULL
Expand Down

0 comments on commit 1da649f

Please sign in to comment.