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>2020-10-19 11:24:55 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2020-10-19 11:24:55 +0300
commit9f57cc871d8a025039019c2d2fde217591f4e30d (patch)
tree07518c81082f5c0c17e5eb91259366eea15066a1 /docs
parent8e2f6e8bfb0fabc1ea452506afa1ba74cab9e3b5 (diff)
Remove outdated transitional generator/nanopb/options.proto.
This was originally introduced as part of trying to merge pull request #241, but I later had to abandon the effort. This file was forgotten and is just confusing. Added a migration note in case someone was using it.
Diffstat (limited to 'docs')
-rw-r--r--docs/migration.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/migration.md b/docs/migration.md
index a4a14a4..d72ae9b 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -6,6 +6,22 @@ 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.4 (2020-xx-xx)
+-------------------------
+
+### Remove outdated generator/nanopb/options.proto
+
+**Changes:** Back in 2018, it was considered in pull request #241 to
+move nanopb generator options to a separate namespace. For this reason,
+a transitional file was added. It was later abandoned and is now removed
+to avoid confusion.
+
+**Required actions:** Most nanopb users probably never used that transitional
+file at all. If your `.proto` files import it, change to using `generator/proto/nanopb.proto`.
+
+**Error indications:** Errors about missing file `options.proto` when running
+the generator.
+
Nanopb-0.4.3 (2020-09-21)
-------------------------