diff --git a/CHANGELOG.md b/CHANGELOG.md index 68d988ee4f..1b85f64221 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -## 12.9.1 (unreleased) +## 12.9.2 (unreleased) + +## 12.9.1 (2024-04-17) +* Fix an issue where `UniversalProjectReader` would raise an exception when handling an unknown file type. +* Ensure that resource type is included as part of the resource assignment data when writing PMXML files. ## 12.9.0 (2024-04-11) * Updated `UniversalProjectReader` to add `getProjectReaderProxy` methods to allow access to the instance of the reader class which will be used to read a schedule, prior to the schedule being read. This will allow the reader to be configured, or schedule to be ignored without reading its content. diff --git a/build.xml b/build.xml index a9c17d81d7..13e3bfb3ac 100644 --- a/build.xml +++ b/build.xml @@ -7,7 +7,7 @@ - + diff --git a/docs/404.html b/docs/404.html index 53b63b16af..66824d9d47 100644 --- a/docs/404.html +++ b/docs/404.html @@ -12,7 +12,7 @@ - + @@ -20,7 +20,7 @@ - + @@ -62,9 +62,6 @@ - - - @@ -109,6 +106,9 @@ + + +