phanerozoic commited on
Commit
ebcbd07
·
verified ·
1 Parent(s): 1ce5c64

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -28,8 +28,8 @@ By offering structured data for these changes, this dataset enables tooling and
28
  The dataset includes the following fields:
29
  - **version**: The Lean 4 version associated with the change (e.g., "v4.16.0").
30
  - **section**: The section of the changelog where the change appears (e.g., "## Language," "## Libraries").
31
- - **title**: The title of the change, often a GitHub pull request reference (e.g., "#6204").
32
- - **description**: A detailed description of the modification.
33
 
34
  ### Example Row
35
 
 
28
  The dataset includes the following fields:
29
  - **version**: The Lean 4 version associated with the change (e.g., "v4.16.0").
30
  - **section**: The section of the changelog where the change appears (e.g., "## Language," "## Libraries").
31
+ - **text**: The content of the change
32
+ - **pull request**: The associated pull request.
33
 
34
  ### Example Row
35