Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
------------------------------------------------------------------------

CHANGE NOTES FOR 0.3.3 (RELEASED: Oct 09, 2025)

------------------------------------------------------------------------

GENERAL CHANGES

- Added Create Multipart Request Body and Set Multipart Request Header keywords to simplify
building and sending multipart/form-data requests with support for multiple files per
field and optional additional form data.
See: https://github.com/annoviko/robotframework-httpctrl/issues/46


------------------------------------------------------------------------

CHANGE NOTES FOR 0.3.2 (RELEASED: Sep 11, 2025)

------------------------------------------------------------------------

GENERAL CHANGES

- Add `pyproject.toml` to support modern PEP 517/518 builds.
- Added `pyproject.toml` to support modern PEP 517/518 builds.
See: https://github.com/annoviko/robotframework-httpctrl/issues/44

- Removed `setup.py` - old-style installs may not work.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2018-2022 Andrei Novikov
Copyright (c) 2018-2025 Andrei Novikov

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
Expand Down
Loading