CHANGELOG.md in differential-1.0.3 vs CHANGELOG.md in differential-1.0.4
- old
+ new
@@ -1,4 +1,9 @@
-## 1.0.3 (December 19, 2018)
+## 1.0.4 (December 21, 2018)
+- Adjusted reader so it stores multipart ID's properly in the ID's data field.
+
+## 1.0.3 (December 21, 2018)
+
- Added a_size and b_size for totals. This allows you to see how many items contributed to a calculation.
-- Changed ID to be a first-class object instead of a string. Now groups and items can have their respective ID parts consumed using: ```id.data```. The string representation is still accessible via ```id.value```.
+- Changed ID to be a first-class object instead of a string. Now groups and items can have their respective ID parts consumed using: `id.data`. The string representation is still accessible via `id.value`.
+- Ignore null hashes when reading input.