diff --git a/Documentation/CHANGELOG.md b/Documentation/CHANGELOG.md index a7bd8c91e..a29c1fa66 100644 --- a/Documentation/CHANGELOG.md +++ b/Documentation/CHANGELOG.md @@ -30,7 +30,7 @@ interpolation for problems with CRRA utility. See [#888](https://github.com/econ * Adds a module with tools for parsing and using various income calibrations from the literature. It includes the option of using life-cycle profiles of income shock variances from [Sabelhaus and Song (2010)](https://www.sciencedirect.com/science/article/abs/pii/S0304393210000358). See [#921](https://github.com/econ-ark/HARK/pull/921), [#941](https://github.com/econ-ark/HARK/pull/941). * remove "Now" from model variable names [#936](https://github.com/econ-ark/HARK/pull/936) * Moves state MrkvNow to shocks['Mrkv'] in AggShockMarkov and KrusellSmith models [#935](https://github.com/econ-ark/HARK/pull/935) -* Replaces `ConsIndShock`'s `init_lifecycle` with an actual life-cycle calibration. +* Replaces `ConsIndShock`'s `init_lifecycle` with an actual life-cycle calibration [#951](https://github.com/econ-ark/HARK/pull/951). #### Minor Changes