Ver Fonte

Create changelog.md

Esteban Fuentealba há 2 anos atrás
pai
commit
4a5529f9e0
1 ficheiros alterados com 5 adições e 0 exclusões
  1. 5 0
      changelog.md

+ 5 - 0
changelog.md

@@ -0,0 +1,5 @@
+# Changelog - Patch Notes
+
+## Version 1.2.0
+- **Cleanup data structs:** This refactors the main data blocks for defining pokemon, the icon, their species/hex value, as well as the large trade array in to more human friendly structs. Laying some groundwork to be able to adjust pokemon details pre-trade by @kbembedded .
+- **Bug Fixes:** Fix furi crash, Fixes #9 by @kbembedded .