Skip to content
Snippets Groups Projects
Commit f313dee3 authored by Petteri Aimonen's avatar Petteri Aimonen
Browse files

Fix backslash escaping in migration doc

parent fd587150
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,8 @@ verbatim in the default values in .pb.c file.
**Changes:** Escapes are now decoded, and e.g. "\200" or "\x80" results in
{0x80} for bytes field and "\x80" for string field.
**Required actions:** If code has previously relied on '\' in default value
being passed through verbatim, it must now be changed to '\\'.
**Required actions:** If code has previously relied on '\\' in default value
being passed through verbatim, it must now be changed to '\\\\'.
Nanopb-0.3.8 (2017-03-05)
=========================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment