Skip to content

Commit cc3f3ca

Browse files
committed
changelog / docs
1 parent b200fae commit cc3f3ca

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.7.0 (Jun 3, 2026)
4+
5+
- Support for arbitrary arguments with `@script`, see [](custom_scripts.md#script-arguments).
6+
37
## 1.6.2 (Jun 3, 2026)
48

59
- Improved error messages with streaming functions on Wasm.

docs/custom_scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ In addition to the special type-hinted arguments (`xw.Book` and `CurrentUser`),
245245

246246
```python
247247
import xlwings as xw
248-
from xlwings.server import script
248+
from xlwings import script
249249

250250
@script
251251
def write_value(book: xw.Book, value: str, target: str = "A1"):

uv.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)