We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3836bea commit d6c8047Copy full SHA for d6c8047
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
## v0.1.2
12
13
* Fix `use Bitwise` deprecation warning.
mix.exs
@@ -1,7 +1,7 @@
defmodule HPAX.MixProject do
use Mix.Project
- @version "0.1.2"
+ @version "0.2.0"
@repo_url "https://github.com/elixir-mint/hpax"
def project do
0 commit comments