ChangeLog.md in value_struct-0.8.0 vs ChangeLog.md in value_struct-0.8.1

- old
+ new

@@ -1,15 +1,25 @@ +## Change Log + +### 0.8.1 + +* Relax Ruby version requirement to allow Ruby 3.0 + ### 0.8.0 + * Drop support for Ruby 1 * Remove #to_h mixin ### 0.7.0 + * Improve mixin system * More logical class/model/inheritance logic * Rename Clone mixin to NoClone ### 0.6.0 + * Fix specs * Fix #dup ### 0.5.0 -* Initial puplic release + +* Initial public release