Skip to content

Commit

Permalink
Add a CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored and ioquatix committed Jun 2, 2022
1 parent 0ca2f78 commit 78c2696
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# CHANGELOG

## Unreleased

### Added

- Add the ability to set Content-ID header for ParamPart [#62](https://github.com/socketry/multipart-post/pull/62)

### 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)

0 comments on commit 78c2696

Please sign in to comment.