Skip to content

Commit

Permalink
update NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LiNk-NY committed Aug 14, 2024
1 parent c8fc75c commit 182bd6f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# rapiclient 0.1.6

## User visible changes

* when functions that have signatures like `fun(x, ..., .__body__ = list(y))`,
where `x` is a argument for the 'URL' of the RESTful interface, and `y` is an
argument for the 'BODY' of POST and similar requests. The `...` provide backward
compatibility, and is used to populate elements of `.__body__`; the full
interface is required when URL and BODY have identically named arguments
(@mtmorgan)

## Bug fixes and minor improvements

* allow positional matching for `.body` arguments (@mtmorgan)
* when `.body` consists of 1 argument, it is represented as an unnamed set
(@mtmorgan)
* support argument names duplicated in `.body` (@mtmorgan)

# rapiclient 0.1.5

## New features
Expand Down

0 comments on commit 182bd6f

Please sign in to comment.