Skip to content

Commit

Permalink
Merge pull request #277 from perfectsense/bug/fix-changelog-typo
Browse files Browse the repository at this point in the history
Fix changelog typo
  • Loading branch information
Jeremy Collins authored Apr 23, 2020
2 parents 3331ea5 + b5dc644 commit a90aae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ ENHANCEMENTS:

ISSUES FIXED:

* core: Fix finder to use `@Filter` annotation for fields having differnt bean name. ([237](https://github.com/perfectsense/gyro/issues/237))
* core: Fix finder to use `@Filter` annotation for fields having different bean name. ([237](https://github.com/perfectsense/gyro/issues/237))
* core: Resource creation fails when dependencies are spread across multiple files. ([243](https://github.com/perfectsense/gyro/issues/243))
* workflow: `@Wait` directive does not properly evaluate the "n" option given. ([246](https://github.com/perfectsense/gyro/issues/246))
* core: Allow `@for` to iterate over sets. ([248](https://github.com/perfectsense/gyro/issues/248))
* core: Deleting a resource created using `@uses-credentials` fails. ([250](https://github.com/perfectsense/gyro/issues/250))
* core: Using `@external-query` under a resource block fails. ([251](https://github.com/perfectsense/gyro/issues/251))
* core: Fix `credentials` option for `@external-query`. ([252](https://github.com/perfectsense/gyro/issues/252))
* workflow: Recover from a failed workflow stage. ([254](https://github.com/perfectsense/gyro/issues/254))
* workflow: `@wait` directive not resolving variables whn used inside a workflow. ([259](https://github.com/perfectsense/gyro/issues/259))
* workflow: `@wait` directive not resolving variables when used inside a workflow. ([259](https://github.com/perfectsense/gyro/issues/259))

MISC:

Expand Down

0 comments on commit a90aae8

Please sign in to comment.