Skip to content

Commit 6b4a34e

Browse files
authored
Merge pull request #265 from freelawproject/262-cal-variation
feat(reporters): add "Cal.3rd" and "Cal.2nd" variations to California Reports
2 parents 3b61a1a + 84e955a commit 6b4a34e

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
## Upcoming Changes
1414
- Add "I&N Dec" variation and example to I. & N. Dec. reporter (#257)
1515
- Add no-trailing-period "App. Div. 2d"/"App. Div. 3d" variations to A.D. reporter (#258)
16+
- Add "Cal.3rd" and "Cal.2nd" variations to California Reports ("Cal. 3d", "Cal. 2d") (#262)
1617

1718

1819
## Current Version

reporters_db/data/reporters.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4096,7 +4096,9 @@
40964096
"variations": {
40974097
"Cal. Rep.": "Cal.",
40984098
"Cal.2d": "Cal. 2d",
4099+
"Cal.2nd": "Cal. 2d",
40994100
"Cal.3d": "Cal. 3d",
4101+
"Cal.3rd": "Cal. 3d",
41004102
"Cal.4th": "Cal. 4th",
41014103
"Cal.5th": "Cal. 5th",
41024104
"cal. 4th": "Cal. 4th"

0 commit comments

Comments
 (0)