Updated changelog with variable name replacement.

This commit is contained in:
2017-11-25 00:37:25 +01:00
parent 2288fa891e
commit 2d0e4b09fa

View File

@@ -2,6 +2,10 @@
## (unreleased)
### Bug Fixes
* fixes ASP syntax issues caused by hyphens in variable names by replacing all user-defined variables with `X1`, `X2`, etc.
## 3.1.0 (2017-11-17)
### Changes