Skip to content

Commit 1bb69f0

Browse files
committed
Merge remote-tracking branch 'origin/main' into 248-uspq-bna-variation
# Conflicts: # CHANGES.md
2 parents 127c241 + 6b4a34e commit 1bb69f0

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
- Other features (suggestions welcome)?
1212

1313
## Upcoming Changes
14+
- Add "I&N Dec" variation and example to I. & N. Dec. reporter (#257)
15+
- 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)
1417
- Add unspaced "USPQ2d (BNA)" and bracketed "[BNA]" variations to U.S.P.Q. (BNA) reporter (#248)
1518

1619

reporters_db/data/reporters.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@
109109
"App Div.": "A.D.",
110110
"App. Div": "A.D.",
111111
"App. Div.": "A.D.",
112+
"App. Div. 2d": "A.D.2d",
112113
"App. Div. 2d.": "A.D.2d",
114+
"App. Div. 3d": "A.D.3d",
113115
"App. Div. 3d.": "A.D.3d",
114116
"App. Div. Rep.": "A.D.",
115117
"App.Div.": "A.D.",
@@ -4094,7 +4096,9 @@
40944096
"variations": {
40954097
"Cal. Rep.": "Cal.",
40964098
"Cal.2d": "Cal. 2d",
4099+
"Cal.2nd": "Cal. 2d",
40974100
"Cal.3d": "Cal. 3d",
4101+
"Cal.3rd": "Cal. 3d",
40984102
"Cal.4th": "Cal. 4th",
40994103
"Cal.5th": "Cal. 5th",
41004104
"cal. 4th": "Cal. 4th"
@@ -11966,7 +11970,8 @@
1196611970
"examples": [
1196711971
"27 IN Dec. 782",
1196811972
"10 I&NDec. 613",
11969-
"12 I&N Dec. 432"
11973+
"12 I&N Dec. 432",
11974+
"29 I&N Dec 672"
1197011975
],
1197111976
"href": "https://law.resource.org/pub/us/code/blue/IndigoBook.html#T2",
1197211977
"mlz_jurisdiction": [
@@ -11977,6 +11982,7 @@
1197711982
"variations": {
1197811983
"I & N Dec.": "I. & N. Dec.",
1197911984
"I&N": "I. & N. Dec.",
11985+
"I&N Dec": "I. & N. Dec.",
1198011986
"I&N Dec.": "I. & N. Dec.",
1198111987
"I&NDec.": "I. & N. Dec.",
1198211988
"IN Dec.": "I. & N. Dec."

0 commit comments

Comments
 (0)