Skip to content

Commit 76c439b

Browse files
committed
Add missing relnotes
1 parent 0023de3 commit 76c439b

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

relnotes/v1.47.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
### New features
2+
3+
* [#387](https://github.com/rubocop/rubocop-ast/pull/387): Add `Node#any_sym_type?` to match `sym` and `dsym` types. ([@dvandersluis][])
4+
* [#328](https://github.com/rubocop/rubocop-ast/pull/328): Add `Node#any_str_type?` to match `str`, `dstr`, and `xstr` types. ([@dvandersluis][])
5+
6+
[@dvandersluis]: https://github.com/dvandersluis

relnotes/v1.47.1.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### Bug fixes
2+
3+
* [#386](https://github.com/rubocop/rubocop-ast/pull/386): Fix parsing of node patterns that match against the empty string. ([@earloapin][])
4+
5+
[@earloapin]: https://github.com/earloapin

0 commit comments

Comments
 (0)