Skip to content

Fix typos and remove trailing spaces from Changelog #134

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Changelog
- Fix: avoid DeprecationError on ConfigParser.readfp()
- Add Tox Github Action
- Documentation fixups
- Security: bump Pygments version to >=2.7.4
- Fix .env -file quote stripping
- Security: bump Pygments version to >=2.7.4
- Fix .env -file quote stripping
- Changelog catchups for 3.2 and 3.3


Expand Down Expand Up @@ -99,7 +99,7 @@ Changelog
----------------
- Improve README
- Add notice on fail fast policy. [Henrique Bastos]
- Fix boolean convertion of default value. [Henrique Bastos]
- Fix boolean conversion of default value. [Henrique Bastos]
- Update setup.py. [Henrique Bastos]
- Add docutils and pygments to development's requirements.txt. [Henrique Bastos]
- Upgrade development dependencies. [Henrique Bastos]
Expand All @@ -113,7 +113,7 @@ Changelog
- Add comments. [Henrique Bastos]
- Remove unused variables. [Henrique Bastos]
- Add Repository classes. [Henrique Bastos]
- Chage ConfigEnv behavior to raise when option or default are undefined. [Henrique Bastos]
- Change ConfigEnv behavior to raise when option or default are undefined. [Henrique Bastos]


2.1 (2015-03-19)
Expand Down