Skip to content

Commit 0cdfa9e

Browse files
authored
Update RELEASE_NOTES.md to remove feature and fix sections
Removed sections for new features and bug fixes in the unreleased 7.0.0 release notes.
1 parent 954514e commit 0cdfa9e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

RELEASE_NOTES.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,10 @@
22

33
## 7.0.0 - Unreleased
44

5-
### New Features
6-
75
- Add opt-in DateOnly/TimeOnly inference support for .NET 6+ via `PreferDateOnly` parameter (closes #1461)
86
- Add `PreferDateOnly` parameter to JsonProvider, XmlProvider, CsvProvider, and HtmlProvider (defaults to false for backward compatibility)
97
- Add DateOnly/TimeOnly serialization support to XmlRuntime for record creation
108
- Update documentation for DateOnly/TimeOnly inference feature
11-
12-
### Bug Fixes
13-
149
- Fix singularization of words ending in `ases` — e.g. `databases` now correctly singularizes to `database` not `databasis` (closes #1508) — **breaking**: existing code using `*asis` type names for `*ases` words will need updating
1510
- Fix `#r "nuget: FSharp.Data"` — register `CodePagesEncodingProvider` on .NET 6+ so code-page encodings (e.g. Windows-1252) work at design time (closes #1453)
1611
- Fix `JsonConversions.AsDecimal` to handle `JsonValue.Float` — exponential notation like `1.5e3` now converts correctly to `decimal` (closes #1230)

0 commit comments

Comments
 (0)