Updates description

This commit is contained in:
Gustavo Maximiliano Cortez 2015-07-16 16:50:10 -03:00
parent 76c8421569
commit 178a98647e
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ 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
* Supports TX history in wallet with huge number of transactions
* Exports .csv files with transaction ID
* Better UTXOs selection polices
* Minor bug fixes

View File

@ -34,7 +34,7 @@ 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
* Soporta Historial de TX en monederos con gran número de transacciones
* Exporta archivos .csv con el ID de transacción
* Mejor política de selección de UTXOs
* Corrección de errores menores