diff --git a/docs/README.md b/docs/README.md index 0a4c69c..7c976d1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -25,6 +25,7 @@ ### 1.32.0 - [New] Using DynamicConfiguration when writing data using DataTable (via @pszybiak) +- [New] Make System.DateOnly available as date in Excel (#576) (via @ofthelit) - [New] Allow ampersand in sheet names (via @ofthelit) - [OPT] Use true async processing for excel writer (#573) (via @duszekmestre) - [Bug] Fix nullable enumeration conversion failure #567) (via @PurplestViper) diff --git a/docs/README.zh-CN.md b/docs/README.zh-CN.md index e260fc5..0f6a18e 100644 --- a/docs/README.zh-CN.md +++ b/docs/README.zh-CN.md @@ -29,6 +29,7 @@ ### 1.32.0 - [New] Using DynamicConfiguration when writing data using DataTable (via @pszybiak) +- [New] Make System.DateOnly available as date in Excel (#576) (via @ofthelit) - [New] Allow ampersand in sheet names (via @ofthelit) - [OPT] Use true async processing for excel writer (#573) (via @duszekmestre) - [Bug] Fix nullable enumeration conversion failure #567) (via @PurplestViper) diff --git a/docs/README.zh-Hant.md b/docs/README.zh-Hant.md index 34225f3..d4a18ce 100644 --- a/docs/README.zh-Hant.md +++ b/docs/README.zh-Hant.md @@ -28,6 +28,7 @@ ### 1.32.0 - [New] Using DynamicConfiguration when writing data using DataTable (via @pszybiak) +- [New] Make System.DateOnly available as date in Excel (#576) (via @ofthelit) - [New] Allow ampersand in sheet names (via @ofthelit) - [OPT] Use true async processing for excel writer (#573) (via @duszekmestre) - [Bug] Fix nullable enumeration conversion failure #567) (via @PurplestViper)