Skip to content

Commit d6c8047

Browse files
committed
Release v0.2.0
1 parent 3836bea commit d6c8047

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## v0.2.0
4+
5+
* Add `HPAX.new/2`, which supports a list of options. For now, the only option
6+
is `:huffman_encoding`, to choose whether to use Huffman encoding or not.
7+
* Add `HPAX.encode/3`, which supports encoding all headers with the same
8+
action.
9+
* Add the `HPAX.table/0` opaque type.
10+
311
## v0.1.2
412

513
* Fix `use Bitwise` deprecation warning.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule HPAX.MixProject do
22
use Mix.Project
33

4-
@version "0.1.2"
4+
@version "0.2.0"
55
@repo_url "https://github.com/elixir-mint/hpax"
66

77
def project do

0 commit comments

Comments
 (0)