Przeglądaj źródła

Create changelog.md

Esteban Fuentealba 2 lat temu
rodzic
commit
4a5529f9e0
1 zmienionych plików z 5 dodań i 0 usunięć
  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 .