Improve split handling. (#47)

This commit is contained in:
Felix Fontein 2021-09-09 22:19:57 +02:00 committed by GitHub
parent a88f4c804b
commit 48c7920072
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 7 deletions

View file

@ -0,0 +1,3 @@
bugfixes:
- "api - improve splitting of ``WHERE`` queries (https://github.com/ansible-collections/community.routeros/pull/47)."
- "api - when converting result lists to dictionaries, no longer removes second ``=`` and text following that if present (https://github.com/ansible-collections/community.routeros/pull/47)."