We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e207ed commit a57af96Copy full SHA for a57af96
info.md
@@ -40,6 +40,11 @@ You can refer to the [README](https://github.com/XaF/qolsysgw#readme) for the de
40
{% else -%}
41
{% set parsed_version = version_installed.split('-')[0].replace('v', '').split('.') | map('int') | list -%}
42
## ChangeLog
43
+{% if true -%}
44
+### _Next (dev)_
45
+
46
+ * 🐛 **[bugfix]** fix: 🐛 add filtering to the logger override
47
+{% endif %}
48
{% if parsed_version < [1, 5, 1] -%}
49
### Version 1.5.1
50
0 commit comments