Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AnWeber committed Sep 2, 2023
1 parent dd62480 commit cf9713c
Show file tree
Hide file tree
Showing 3 changed files with 252 additions and 115 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
## [Unreleased]
## [6.6.4] (2023-09-02)

### Fixes

- support return of null in variable replacement (Anweber/httpyac#513)
- allow for variable use in $pick picklists: `{{ $pick ask-variable? $value: data }}` (Anweber/httpyac#537)
- pre request in intellij format is executed before variable replacer (Anweber/httpyac#534)
- allow removal of UserAgent Header (httpyac/httpyac.github.io#70) using script
```
{{@request
request.headers["User-Agent"] = undefined
}}
```
- Settings ignore `""` value (#215)
- open Response Editor in same viewColumn as previous Editor (#216)

Expand Down
Loading

0 comments on commit cf9713c

Please sign in to comment.