diff --git a/DESCRIPTION b/DESCRIPTION index a41fa158..1d271fcf 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: lme4 -Version: 1.1-35.3 +Version: 1.1-35.9000 Title: Linear Mixed-Effects Models using 'Eigen' and S4 Authors@R: c( person("Douglas","Bates", role="aut", diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index 619fcb32..6e8e0b56 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -4,7 +4,16 @@ \title{lme4 News} \encoding{UTF-8} -\section{CHANGES IN VERSION 1.1-35.3}{ +\section{CHANGES IN VERSION 1.1-35.9000}{ + \subsection{BUG FIXES}{ + \itemize{ + \item \code{predict(., re.form=...)} works in a wider range of + cases (GH #691) + } + } % bug fixes +} % 1.1-35.3 + +\section{CHANGES IN VERSION 1.1-35.3 (2024-04-16)}{ \subsection{BUG FIXES}{ \itemize{ \item bug-fix for ASAN/memory access problem in CholmodDecomposition,