Skip to content

Commit 9af4818

Browse files
committed
catching up with NEWS and ChangeLog
1 parent 6668471 commit 9af4818

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1+
2016-11-22 Jim Hester <[email protected]>
2+
3+
* inst/src/api.cpp: Cleanup to stack message parseing
4+
* inst/unitTests/cpp/exceptions.cpp: Unit tests for cleanup
5+
* inst/unitTests/runit.exceptions.R: Ditto
6+
17
2016-11-19 James J Balamuta <[email protected]>
28

39
* inst/unitTests/runit.environments.R: Added environment find unit tests
410
as well as a symbol access test for environment get.
511
* inst/unitTests/cpp/Environment.cpp: Idem
12+
613
2016-11-18 James J Balamuta <[email protected]>
714
* vignettes/Rcpp-extending: Switched to attributes and
815
added external class pointer macro notes by MathurinD

inst/NEWS.Rd

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,23 @@
44
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}}
55

66
\section{Changes in Rcpp version 0.12.9 (2017-01-xx)}{
7+
\item Changes in Rcpp API:
8+
\itemize{
9+
\item The exception stack message is now correctly demangled on all
10+
compiler versions (Jim Hester in \ghpr{598})
11+
}
712
\item Changes in Rcpp unit tests
813
\itemize{
914
\item Added Environment::find unit tests and an Environment::get(Symbol)
1015
test (James Balamuta in \ghpr{595} addressing issue \ghit{594}).
11-
\section{Changes in Rcpp version 0.12.8 (2017-01-xx)}{
16+
}
1217
\item Changes in Rcpp Documentation:
1318
\itemize{
1419
\item Exposed pointers macros were included in the Rcpp Extending vignette
1520
(MathurinD; James Balamuta in \ghpr{592} addressing \ghit{418}).
1621
}
1722
}
23+
1824
\section{Changes in Rcpp version 0.12.8 (2016-11-16)}{
1925
\itemize{
2026
\item Changes in Rcpp API:

0 commit comments

Comments
 (0)