summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoris Roovers <jroovers@cisco.com>2016-12-28 14:21:04 +0100
committerJoris Roovers <jroovers@cisco.com>2016-12-28 14:21:04 +0100
commit0d89f1c02a97d200d0f187395761327041a970c0 (patch)
tree403be6df14503431049b58b9ac03d6c63782597e /CHANGELOG.md
parent205e50ca266666bf238ec715be88d5a101445c6d (diff)
Updated final set of unit tests to test with unicode strings
Fixed an issue with unicode for gitlint options along the way. Also introduced the gitlint.utils.sstr() helper that is useful for implementing __str__() methods in python 2. Also updated the CHANGELOG a bit for the upcoming release. Integratation tests will be updated with unicode strings in a separate patchset.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e81117e..eafe45c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,16 +2,20 @@
## v0.8.0 (In Development) ##
-- Debug output improvements: Gitlint will now print a lot more information when using ```--debug```
-- Various important fixes related to configuration precedence
+- Full unicode support: you can now lint messages in any language! This fixes
+ [#16](https://github.com/jorisroovers/gitlint/issues/16) and [#18](https://github.com/jorisroovers/gitlint/pull/18).
+- Pypy2 support!
+- Debug output improvements: Gitlint will now print your active configuration when using ```--debug```
- The ```general.target``` option can now also be set via ```-c``` flags or a ```.gitlint``` file
- Bugfixes:
+ - Various important fixes related to configuration precedence
- [#17: Body MinLength is not working properly](https://github.com/jorisroovers/gitlint/issues/17).
**Behavior Change**: Gitlint now always applies this rule, even if the body has just a single line of content.
Also, gitlint now counts the body-length for the entire body, not just the length of the first line.
-- Development: pylint compliance for all supported python versions
-- Development: updated dependencies to latest versions
-- Development: various ```run_tests.sh``` improvements
+- Development:
+ - Pylint compliance for all supported python versions
+ - Updated dependencies to latest versions
+ - Various ```run_tests.sh``` improvements for developer convenience
## v0.7.1 (2016-06-18) ##