You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch
10
10
11
11
- added: global config parameter tls_version that allows to add old tls ciphers, because of golang change since 1.22: see [config](doc/config.md); update the netscaler default config file to use tls_version: all
12
12
- code refactored to use [cast](github.com/spf13/cast) for type conversion in internal functions.
13
-
- added: scripting language evolution to allow named var into expr : \$var_name.\${another_varname\[.attr1]}.\[attr2\]
13
+
- added: scripting language evolution to allow named var into expr : `$var_name.${another_varname[.attr1]}[.attr2]`
14
14
- changed: loglevel trace from warn to debug for metrics not found:
0 commit comments