CHANGELOG.md in ncs_mdes-0.3.0 vs CHANGELOG.md in ncs_mdes-0.3.1
- old
+ new
@@ -1,9 +1,16 @@
+0.3.1
+=====
+
+- Correct pattern compilation. XML Schema patterns implicitly must
+ match the entire value, so it's necessary to surround the value with
+ `^` and `$` when converting to a ruby regular expression.
+
0.3.0
=====
- Add foreign key / table reference support, including explicit
- mappings for all ambiguous or unguessable FKs.
+ mappings for all ambiguous or unguessable FKs (#1).
- Add Specification#[] for quicker access to a particular table or
tables.
0.2.0
=====