Skip to content

Commit

Permalink
update ChangeLog and NEWS for #45
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed May 22, 2018
1 parent 3798b31 commit b449005
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
2018-05-21 Siddhartha Bagaria <[email protected]>

* src/DescriptorPoolLookup.cpp: New reset() function
* src/DescriptorPoolLookup.h: Idem
* src/RSourceTree.cpp: New directory removal function
* src/RSourceTree.h: Idem
* src/init.c: Register new resetDescriptorPool_cpp functions
* src/rprotobuf.cpp: callable resetDescriptorPool_cpp() function
* man/readProtoFiles.Rd: Added documentation
* R/internals.R: Add R-callable resetDescriptorPool()
* NAMESPACE: Corresponding export

* inst/unitTests/data/cyclical/*: Unit test infrastructure
* inst/unitTests/data/recursive/*: Idem
* inst/unitTests/data/subdir/*: Idem
* inst/unitTests/data/unittest.proto: Added proto definition
* inst/unitTests/runit.import.R: New tests

2018-05-20 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Version, Date): Roll minor version
Expand Down
2 changes: 2 additions & 0 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
now recognised (Jeffrey Shen in \ghpr{38} fixing \ghit{37})
\item New function \code{readProtoFiles2} to be consistent with
\code{protoc} (Siddhartha Bagaria in \ghpr{40} fixing \ghit{39})
\item New unit tests for new functionality (Siddhartha Bagaria in
\ghpr{45})
}
}

Expand Down

0 comments on commit b449005

Please sign in to comment.