-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add allow_unmatched_ends
reader config option
#772
Conversation
ba88dd4
to
e9b7716
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #772 +/- ##
==========================================
- Coverage 61.81% 60.29% -1.53%
==========================================
Files 41 41
Lines 16798 16229 -569
==========================================
- Hits 10384 9785 -599
- Misses 6414 6444 +30
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Could you add a changelog entry, like I did that in #771:
- In New Features section add
- [#772]: <short description>
- In the end of Unreleased section add
[#772]: https://github.com/tafia/quick-xml/pull/772
(that is place for all links for a release) - Keep two blank lines between link from the previous point and section of the last released version, so each releases separated by two blank lines
Yep, there you go, I hope I did it right. |
Can we expect a |
Yes, I think I release new version in the end of week. I have two ready-to-merge PRs with bug fixes which I want to include in this release because they likely will be accepted in this time. |
Great, thanks! |
I just released 0.35.0. |
Fixes #770.