diff options
-rw-r--r-- | CHANGELOG.txt | 2 | ||||
-rw-r--r-- | docs/migration.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5006a387..194d6136 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,4 @@ -nanopb-0.3.8 (2016-03-xx) +nanopb-0.3.8 (2017-03-05) Fix problems with multiple oneofs in same message (#229) Zero-valued extension fields were mistakenly ignored by encoder (#242) Multiple fixes related to proto3 mode (#242, #245, #247, #249) diff --git a/docs/migration.rst b/docs/migration.rst index 2d9ce38c..d6b32b53 100644 --- a/docs/migration.rst +++ b/docs/migration.rst @@ -11,7 +11,7 @@ are included, in order to make it easier to find this document. .. contents :: -Nanopb-0.3.8 (2017-xx-xx) +Nanopb-0.3.8 (2017-03-05) ========================= Fully drain substreams before closing |