From 0f6e2293eeea47f994b3d60c1e002d6bc36692ee Mon Sep 17 00:00:00 2001 From: Rich Morgan Date: Thu, 14 May 2015 12:39:02 -0400 Subject: [PATCH] Fixed typos --- CHANGES.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a7f7463ed..696a9f691 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,19 +9,19 @@ New features * Smart backup restore procedure: now it is possible to restore all wallet's fund with an old backup (thanks Ian for the feedback). * Transaction proposals can now have a short note attached for reference (thanks Gentry for the feedback). * New wallet settings: Bitcoin Unit, defaults to *bits* (thanks Eric for the suggestion) - * Backup is now autogenerated on wallet completion (thanks Eric for the suggestion) + * Backup is now auto generated on wallet completion (thanks Eric for the suggestion) * A wallet now can be removed from a particular system from the UX. * New address book shared between copayers. Security -------- - * Asymetric encryption and signing using ECIES. Details at https://gist.github.com/ryanxcharles/c29fc94d31de7c8c89dc + * Asymmetric encryption and signing using ECIES. Details at https://gist.github.com/ryanxcharles/c29fc94d31de7c8c89dc * Default SSL connection to Insight and PeerJs servers Code quality ------------ * Test coverage from 60.9% to 74% (1) (thanks Ryan for insisting on this) - * Mayor refactoring of Angular servicies (backupService, controllerUtils, wallet's Indexes handling, txProposal merge related functions, + * Mayor refactoring of Angular services (backupService, controllerUtils, wallet's Indexes handling, txProposal merge related functions, * Add +30 karma tests for Angular controllers and services * Unified js-beautifier format throw all the code @@ -42,3 +42,4 @@ Please check https://github.com/bitpay/copay/wiki/Copay-Known-issues before usin (1) not including Karma tests, not included on Coveralls yet. +