Skip to content

Commit 9055f33

Browse files
committed
Update NEWS for current 1.1.1.9 version
1 parent 09b1bbc commit 9055f33

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

inst/NEWS.Rd

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
\newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}}
44
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}}
55

6-
\section{Changes in Rcpp release version 1.1.1.7 (2026-04-07)}{
6+
\section{Changes in Rcpp release version 1.1.1.9 (2026-04-13)}{
77
\itemize{
8-
\item UNOFFICIAL AND UNRELEASED
98
\item Interim release candidate for Rcpp 1.1.2 expected July 2026
109
\item Changes in Rcpp API:
1110
\itemize{
@@ -31,6 +30,8 @@
3130
(Iñaki in \ghpr{1466} fixing \ghit{1465})
3231
\item New R API access point \code{R_getRegisteredNamespace()} is used
3332
with current R versions (Dirk in \ghpr{1469} fixing \ghit{1468})
33+
\item The \code{Nullable::as()} exporter now uses an explicit cast to
34+
the templated type (Dirk in \ghpr{1471} fixing \ghit{1470})
3435
}
3536
\item Changes in Rcpp Documentation:
3637
\itemize{
@@ -42,6 +43,12 @@
4243
\item Excute permissions are set consistently on scripts with shebangs
4344
(Mattias Ellert in \ghpr{1467})
4445
}
46+
\item Non-release Changes:
47+
\itemize{
48+
\item A non-release hotfix 1.1.1-1 used by CRAN accommodates breaking
49+
changes to the API in R 4.6.0. It would be nice to have the same level
50+
of release management in R itself that CRAN expects from us.
51+
}
4552
}
4653
}
4754

0 commit comments

Comments
 (0)