From 09848ba011c2d7f99eb15eec41af6c5e11719291 Mon Sep 17 00:00:00 2001 From: Julia Naomi Date: Wed, 16 Sep 2020 12:24:34 -0300 Subject: [PATCH] updates reamed with BrCode field info --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f2f6f7..ac4c221 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ A crate to parse and emit [PIX BR Code](https://www.bcb.gov.br/content/estabilidadefinanceira/spb_docs/ManualBRCode.pdf). * [Technical and Business specs for BR Code usage](https://www.bcb.gov.br/content/estabilidadefinanceira/forumpireunioes/Anexo%20I%20-%20QRCodes%20-%20Especifica%C3%A7%C3%A3o%20-%20vers%C3%A3o%201-1.pdf) -* Version `1.2`has a small break for a `BrCode` field. [PR](https://github.com/naomijub/brcode/pull/14). +## Important Changes + +* Version `1.2` has a small break for a `BrCode` field. [PR](https://github.com/naomijub/brcode/pull/14) fixes `model::BrCode` field `initiation_method` naming. ## Usage