Update README.md
Browse files
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 |
-
- **
|
32 |
-
- **
|
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 |
|