README.md in hash_op-0.2.0 vs README.md in hash_op-0.3.0
- old
+ new
@@ -311,9 +311,14 @@
Bug reports and pull requests are welcome on GitHub at https://github.com/rchampourlier/hash_op. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) [code of conduct](CODE_OF_CONDUCT.md).
## Revisions
+### 0.3.0
+
+- Added `Read.values_at_path`
+- Minor fixes
+
### 0.2.0
- Removed some operations that made no real sense (`Math.sum` and `Math.sum_two`).
- Renamed `DeepAccess` to `Deep`.
- Renamed `Merge.merge` to `Merge.flat` and `Merge.merge_by_group` to `Merge.by_group`.