From f55dfa8b8467bef18d7cf4c4bc32acb6bf0b8cda Mon Sep 17 00:00:00 2001 From: joniles Date: Mon, 16 Dec 2024 15:06:21 +0000 Subject: [PATCH] Add changelog note --- CHANGELOG.md | 17 ++++++++++++++++- doc/changelog.xsl | 5 +++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f892c139f3..9814573d63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # Changelog -## 13.7.1 (unreleased) +## NOTE +From version 14.0.0 onwards the `net.sf.mpxj`, `net.sf.mpxj-for-csharp` and `net.sf.mpxj-for-vb` packages will +no longer be distributed. Please use the `MPXJ.Net` package instead. + + +## 13.8.0 (unreleased) +* Added support for reading and writing Project Codes, Resource Codes, Role Codes and Resource Assignment Codes for Primavera P6 schedules. +* When writing PMXML files, improve handling of P6 schedules where activity code sequence numbers are missing. +* Added an *experimental* feature to `MSPDIWriter` to allow the writer to generate timephased data when none is present. Disabled by default, call the `setGenerateMissingTimephasedData` and pass `true` to enable. +* To improve consistency, the methods `Task.getPrimaryResourceID()` and `Task.setPrimaryResourceID()` have been marked as deprecated. Use the new `Task.getPrimaryResourceUniqueID()` and `Task.setPrimaryResourceUniqueID()` methods instead. +* Added the methods `Task.getPrimaryResource()` and `Task.setPrimaryResource()`. +* Improved accuracy of retrieving the resource assignment GUID attribute when reading MPP files (Contributed by Fabian Schmidt). +* Improve population of Task Start and Finish attributes when reading Primavera P6 schedules. +* Marked the `ActivityCodeValue.getParent()` method as deprecated. Use `ActivityCodeValue.getParentValue()` instead. +* Marked the `ActivityCodeValue.getParentUniqueID()` method as deprecated. Use `ActivityCodeValue.getParentValueUniqueID()` instead. +* Marked the `ActivityCodeValue.Builder.parent()` method as deprecated. Use `ActivityCodeValue.Builder.parentValue()` instead. ## 13.7.0 (2024-11-25) * Update the MPXJ ruby gem to allow access to calendar data. diff --git a/doc/changelog.xsl b/doc/changelog.xsl index 94e8dce022..bb66285ca4 100644 --- a/doc/changelog.xsl +++ b/doc/changelog.xsl @@ -2,6 +2,11 @@ # Changelog + +## NOTE +From version 14.0.0 onwards the `net.sf.mpxj`, `net.sf.mpxj-for-csharp` and `net.sf.mpxj-for-vb` packages will +no longer be distributed. Please use the `MPXJ.Net` package instead. + ## ()