Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2022-05-30 20:29:12 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2022-05-30 20:29:12 +0300
commit2d48328c1919f990de6ab301fcfcae208dd398b6 (patch)
tree3dda714c531822e9cd170856bedbe846918de876 /docs
parent8a444f3074ab1a3acaa183e305c37799178b5973 (diff)
Update changelog
Diffstat (limited to 'docs')
-rw-r--r--docs/migration.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/migration.md b/docs/migration.md
index ff4f445..0fde1db 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -6,10 +6,10 @@ required modifications of user applications are explained. Also any
error indications are included, in order to make it easier to find this
document.
-Nanopb-0.4.6 (to come)
+Nanopb-0.4.6 (2022-05-30)
-------------------------
-### `NANOPB_VERSION` define is now a string
+### NANOPB_VERSION define is now a string
**Changes:** To ease `NANOPB_VERSION` macro usage, the value is directly a string.
@@ -31,7 +31,7 @@ as `:`.
**Error indications:** "`protoc: Unknown flag: --nanopb_opt`"
-### `pb.h` uses C11 `_Static_assert` keyword by default
+### pb.h uses C11 _Static_assert keyword by default
**Rationale:** The nanopb generated headers use static assertions to catch
errors at compile time. There are several mechanisms to implement this.
@@ -46,7 +46,7 @@ produce confusing error messages.
C11 standard mode if available. If it is not available, define either `PB_C99_STATIC_ASSERT`
or `PB_NO_STATIC_ASSERT` in `pb.h` or on compiler command line.
-**Error indications:** "`Undefined identifier _Static_assert`
+**Error indications:** `Undefined identifier _Static_assert`
Nanopb-0.4.4 (2020-11-25)
-------------------------