File: changelog.md

package info (click to toggle)
ruby-multipart-post 2.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 144 kB
  • sloc: ruby: 247; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 573 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# CHANGELOG

## Unreleased

### Added

- Add the ability to set Content-ID header for ParamPart [#62](https://github.com/socketry/multipart-post/pull/62)
- Allow mixed key types for parts headers [#79](https://github.com/socketry/multipart-post/pull/79)

### Changed

- Refactor `Parts` into a `Multipart::Post` namespace  [#65](https://github.com/socketry/multipart-post/pull/65)
- Use mutable strings where needed [#70](https://github.com/socketry/multipart-post/pull/70)
- Use `frozen_string_literal` everywhere [#78](https://github.com/socketry/multipart-post/pull/78)