Skip to content

Commit

Permalink
Added changelog about fixing a problem of YAQL evaluator
Browse files Browse the repository at this point in the history
  • Loading branch information
userlocalhost committed Apr 15, 2020
1 parent 351a95f commit 2de6ee7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ Fixed
* Check syntax on with items task to ensure action is indented correctly. Fixes #184 (bug fix)
* Fix variable inspection where ctx().get() method calls are identified as errors.
Fixes StackStorm/st2#4866 (bug fix)
* Fix a problem of TypeError orccuring when a list (or dict) value that contains unhashable typed
value (list or dict) is passed in some YAQL operators (e.g. distinct()). Fixes #176 (bug fix)
Contributed by Hiroyasu Ohyama (@userlocalhost)

1.0.0
-----
Expand Down

0 comments on commit 2de6ee7

Please sign in to comment.