From 70df958fed8b6e0611e7ff5ce59eb6bcb7229d7a Mon Sep 17 00:00:00 2001 From: roll <eskarev@gmail.com> Date: Wed, 3 Apr 2024 09:36:31 +0100 Subject: [PATCH] Updated changelog --- content/docs/standard/changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/docs/standard/changelog.md b/content/docs/standard/changelog.md index bac6d856..3b38bf98 100644 --- a/content/docs/standard/changelog.md +++ b/content/docs/standard/changelog.md @@ -70,6 +70,14 @@ This change fixes definition in the Data Resource specification to explicitly fo > [Pull Request -- #19](https://github.com/frictionlessdata/datapackage/pull/19) +#### Table Dialect + +##### First version of the specification + +This change adds a new specification Table Dialect that superseeds and extends the CSV Dialect specification to work with other formats like JSON or Excel. + +> [Pull Request -- #41](https://github.com/frictionlessdata/datapackage/pull/41) + #### Table Schema ##### Added `schema.fieldsMatch` property