From b4c6f733e33d2384ab5094cafd3d80f098824d8d Mon Sep 17 00:00:00 2001 From: Drew Herren Date: Wed, 26 Nov 2025 00:30:01 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ NEWS.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7cf306f..5e3be9f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ ## Bug Fixes +* Predict random effects correctly in R for univariate random effects models ([#248](https://github.com/StochasticTree/stochtree/pull/248)) + ## Documentation Improvements ## Other Changes diff --git a/NEWS.md b/NEWS.md index 21d5fbf2..8844d3c1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,6 +6,8 @@ ## Bug Fixes +* Predict random effects correctly in R for univariate random effects models ([#248](https://github.com/StochasticTree/stochtree/pull/248)) + ## Documentation Improvements ## Other Changes