summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Willhaus <mail@janwillhaus.de>2019-05-20 08:42:34 +0200
committerJan Willhaus <mail@janwillhaus.de>2019-05-20 08:42:34 +0200
commit9054ba5967d9ec7af13b0ce6d6d9479e12031cfd (patch)
tree4dd303cd077f60a928abb8a6eb9e394760bf719b
parent50641e3412b953487adbe678fff6c290524fe6c4 (diff)
downloadwarlock-enforce-utf8-readme-encoding.tar.gz
Add release to changelogenforce-utf8-readme-encoding
-rw-r--r--CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9026e44..a4a5ced 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [1.3.2] - 2019-05-20
+### Fixed
+- README failed parsing in non utf-8 environments. Enforce encoding. #37
+
## [1.3.1] - 2019-05-19
### Added
- Travis CI test support for Python 3.6, and 3.7
@@ -39,7 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.8.0] - 2013-01-21
## [0.7.0] - 2012-11-26
-[Unreleased]: https://github.com/bcwaldon/warlock/compare/v1.3.1...HEAD
+[Unreleased]: https://github.com/bcwaldon/warlock/compare/v1.3.2...HEAD
+[1.3.2]: https://github.com/bcwaldon/warlock/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/bcwaldon/warlock/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/bcwaldon/warlock/compare/1.2.0...1.3.0
[1.2.0]: https://github.com/bcwaldon/warlock/compare/1.1.0...1.2.0