Skip to content

Commit befa3f4

Browse files
authored
Update CHANGELOG.md for v3.2.0 release (dotnet#1837)
1 parent 4ec5720 commit befa3f4

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and 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

0 commit comments

Comments
 (0)