Skip to content

Commit

Permalink
Prepare for 4.19.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-abrahamsson committed Aug 6, 2023
1 parent 564fea7 commit 7b6fec1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
-*- coding: utf-8; indent-tabs-mode: nil -*-

Version 4.19.8
2023-Aug-06

* Fix code generation for options mapfields_as_maps and json (#227)
* Support Google protobuf 22.0 and later with NIFs and JSON.
* Include enough Erlang/OTP apps in the plt so that there are no
dialyzer issues with Erlang 26.
* Don't generate gpb_version.hrl unnecessarily.

Version 4.19.7
2023-Feb-04

* Support Google protobuf 3.16 and later with nifs.
* Support Google protobuf 3.16 and later with NIFs.
* Add an option {gen_verifiers, false} (no-gen-verifiers).
This implies {verify, never} (-v never)
* Don't emit -include("gpb.hrl") when not generating introspection
Expand Down

0 comments on commit 7b6fec1

Please sign in to comment.