From 556855be30647156d75db5f32ddb5c5bab1d51af Mon Sep 17 00:00:00 2001 From: blakeaw Date: Thu, 18 Jul 2024 18:06:57 -0500 Subject: [PATCH] Added the changes to CHANGELOG. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb32b89..98527d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.3.2] - 2024-07-18 + +### Fixed + +- Problem with local variable `F` not being defined when `f` is a `Parameter` instance.; Fix for Issue https://github.com/blakeaw/pysb-pkpd/issues/17 + ## [0.3.1] - 2024-07-03 ### Fixed