CHANGES.md in ruby-marc-spec-0.1.2 vs CHANGES.md in ruby-marc-spec-0.1.3
- old
+ new
@@ -1,4 +1,9 @@
+# 0.1.3 (2022-02-02)
+
+- Fix issue where applying subspecs against a subfield value as an implicit
+ left-hand subterm would produce `NoMethodError`.
+
# 0.1.2 (2022-02-01)
- Adds `MARC::Spec#exists?` to check if a MARC record has data matching a
query, without actually retrieving the data. This is slightly more efficient
than using `MARC::Spec#find` with `any?`, as it will return early when it