CHANGELOG.md in usable-3.3.0 vs CHANGELOG.md in usable-3.4.0
- old
+ new
@@ -1,4 +1,10 @@
+3.4.0 (12/22/2016)
+==================
+
+* FIX - Copying usable attributes from a module to class/module works as expected
+* NEW - Pass `only: :constants` when mounting a module to import just the constants from a module
+
3.3.0 (12/4/2016)
=================
* FIX - `Usable::ModExtender` doesn't require the target to be "usable"
* NEW - `Usable::Struct(a: :b)` creates value classes with defaults (optional `require 'usable/struct'`)