Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 349 Bytes

CHANGELOG.md

File metadata and controls

15 lines (8 loc) · 349 Bytes

egui changelog

All notable changes to the ehttp crate will be documented in this file.

Unreleased

0.2.0 - 2022-01-15

  • Response::text and Response::content_type no longer allocates.
  • Rename ehttp::Request::create_headers_map to ehttp::headers.
  • Request::post now expects Vec<u8>.

0.1.0 - 2021-09-03 - First release