Merge pull request #3003 from cmgustavo/updates/store-description02

Updates/store description02
This commit is contained in:
Matias Alejo Garcia 2015-07-16 16:56:56 -03:00
commit 3e105184f7
2 changed files with 4 additions and 4 deletions

View file

@ -32,8 +32,8 @@ v1.1.2
--------------------------------
* Now is possible to make backups without signing capabilities (more info https://github.com/bitpay/copay/pull/2998)
* Better refresh and sorting rules in transaction history
* Handles better `invalid` in transaction history
* Supports TX history in wallet with huge amount of transactions
* Better handling of `invalid` transactions in history
* Better handling of wallets with 1K+ transactions in history
* Exports .csv files with transaction ID
* Better UTXOs selection polices
* Minor bug fixes

View file

@ -33,8 +33,8 @@ v1.1.2
--------------------------------
* Copias de seguridad sin capacidad de firmar transacciones (más información https://github.com/bitpay/copay/pull/2998)
* Mejor reglas de orden y actualización en la historia de transacción
* Maneja mejor las transacciones no válidas
* Soporta Historial de TX en monederos con gran cantidad de transacciones
* Mejor manejo de transacciones no válidas
* Mejor manejo de monederos con 1K+ transacciones
* Exporta archivos .csv con el ID de transacción
* Mejor política de selección de UTXOs
* Corrección de errores menores