summaryrefslogtreecommitdiff
path: root/Changelog.md
diff options
context:
space:
mode:
authorAbinoam Praxedes Marques Jr <abinoam@gmail.com>2015-12-14 12:57:08 -0300
committerAbinoam Praxedes Marques Jr <abinoam@gmail.com>2015-12-14 12:57:08 -0300
commit2d5d35ef832987e7967d2f551308b1d321c1a07e (patch)
tree2f8d0e57fada3831e218806f2253e1e32f6ee647 /Changelog.md
parent06ac58a74514dc5098da3b0055938551a80ca924 (diff)
downloadhighline-2d5d35ef832987e7967d2f551308b1d321c1a07e.tar.gz
Update Changelog.md
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 6e8e692..0252073 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,6 +2,29 @@
Below is a complete listing of changes for each revision of HighLine.
+### 2.0.0-develop.4 / 2015-12-14
+This versions makes the code documentation 100% 'A' grade on inch.
+We have used inch and http://inch-ci.org to guide the priorities
+on documentation production.
+
+The grade 'A' (on inch) number of objects on master branch was 44,22% (153/346).
+After this PR we have a 100% grade 'A' (344 objects).
+
+There's already a inch-ci.org badge on README.md. And now it's all green!
+
+We also bring some improvement on CodeClimate scores.
+
+#### CHANGES SUMMARY
+
+* PR #179 - Make inch happy. Grade "A" for the whole HighLine documentation. By Abinoam Jr. (@abinoam)
+* PR #178 - Improve score on Code Climate by applying some refactoring. By Abinoam Jr. (@abinoam)
+* PR #172 - Initial work on documentation by Abinoam Jr. (@abinoam)
+ * Use yard
+ * Use inch
+ * New Readme file
+* Fix #166 with PR #173 by (@matugm)
+
+
### 2.0.0-develop.3 / 2015-10-28
This version brings some improvements on documentation (switch to Yardoc).