This commit is contained in:
Gustavo Maximiliano Cortez 2015-07-16 16:53:24 -03:00
parent 178a98647e
commit 16d6bb7c5c
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
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 number 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 número 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