File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 3.2.0] - 2024-11-22
9+
10+ ### Added
11+
12+ - Added ` DocumentFormat.OpenXml.Office.SpreadSheetML.Y2022.PivotRichData ` namespace
13+ - Added ` DocumentFormat.OpenXml.Office.SpreadSheetML.Y2024.PivotDynamicArrays ` namespace
14+
15+ ### Changed
16+
17+ - Updated Nuget badge on README
18+
19+ ### Fixed
20+
21+ - Fixed issue where a disposed object (DeflateStream) cannot be accessed after recovering from malformed url (#1802 )
22+ - Fixed issue with relationships not being created when cloning Flat OPC (#1814 )
23+ - Fixed issue with corrupt files remaining locked after attempting to open with ` WordprocessingDocument.Open ` (#1681 )
24+ - Fixed issue with changes not applied after ` .Save() ` (#1771 )
25+ - Fixed ` AddWorkbookPart ` throws exception if no main part is available (#1745 )
26+ - Fixed issue with base classes not included with LINQ generation (#1838 )
27+
28+ Thanks to the following for their contributions:
29+
30+ @WeihanLi
31+
832## [ 3.1.1] - 2024-10-15
933
1034### Fixed
You can’t perform that action at this time.
0 commit comments