Skip to content

Commit 46e1ac3

Browse files
committed
Update CHANGELOG [skip ci]
1 parent a0e726f commit 46e1ac3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# to-be-released
1+
# 0.7.0 2019-03-22
22

33
## Changed
44

@@ -22,7 +22,10 @@
2222
transform_types(&:omittable)
2323
end
2424
```
25-
* [BREAKING] Minimal supported Ruby version is 2.4
25+
* `Dry::Stuct#new` is now more efficient for partial updates (flash-gordon)
26+
* Ruby 2.3 is EOL and not officially supported. It may work but we don't test it.
27+
28+
[Compare v0.6.0...v0.7.0](https://github.com/dry-rb/dry-struct/compare/v0.6.0...v0.7.0)
2629

2730
# v0.6.0 2018-10-24
2831

dry-struct.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
2727
spec.bindir = 'exe'
2828
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2929
spec.require_paths = ['lib']
30-
spec.required_ruby_version = ">= 2.4.0"
30+
spec.required_ruby_version = ">= 2.3.0"
3131

3232
spec.add_runtime_dependency 'dry-equalizer', '~> 0.2'
3333
spec.add_runtime_dependency 'dry-types', '~> 0.15'

0 commit comments

Comments
 (0)