You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# marc2bibframe2 release notes
2
2
3
+
## v2.4.0
4
+
5
+
Conversion updates based on specifications v2.4. See the Library of Congress’s [BIBFRAME site](https://www.loc.gov/bibframe/) for more details. Specifications are included in the distribution in the [spec](spec/) directory. Changes of note:
6
+
7
+
* Placement of title non-filing indicator values in new bflc property "nonSortNum."
8
+
* All bytes from the MARC 007 field are now mapped to the BIBFRAME Instance.
9
+
* MARC 856 fields will create BIBFRAME Instances instead of BIBFRAME Items.
10
+
* Splitting of a single MARC record with multiple 007, 300 and 856 fields into multiple records - one for each iteration of the resource – which creates multiple Instances linked to a Work. The split occurs as a preprocessing step documented in the new "Preprocess 0" spec.
11
+
* The Instances created via the splitting process are given the rdf:type "bflc:SecondaryInstance."
12
+
13
+
See the [NEWS](NEWS) file and the [updated specifications](spec/) for full details of changes. Changes from v2.3.0 in the specifications are marked in red.
14
+
15
+
3
16
## v2.3.0
4
17
5
18
Conversion updates based on specifications v2.3. See the Library of Congress’s [BIBFRAME site](https://www.loc.gov/bibframe/) for more details. Specifications are included in the distribution in the [spec](spec/) directory. Changes of note:
@@ -10,7 +23,7 @@ Conversion updates based on specifications v2.3. See the Library of Congress’s
10
23
* 561, 563, and 581 to Instance unless $5, in which case continues to go to Item.
11
24
* Incorporate new 'use by agency' statuses for Classification resources from 050, 055, 060, 070.
12
25
13
-
See the [NEWS](NEWS) file and the [updated specifications](spec/) for full details of changes. Changes from v2.1.0 in the specifications are marked in red.
26
+
See the [NEWS](NEWS) file and the [updated specifications](spec/) for full details of changes. Changes from v2.2.0 in the specifications are marked in red.
0 commit comments