Skip to content

Commit 498b9e0

Browse files
committed
Fix unexpected indentation in CHANGELOG
1 parent afb2b9c commit 498b9e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ Release History
33
---------------
44

55
2.2.2
6+
67
- AST parsing failures will now report tracebacks with a proper filename for
78
the parsed frame, instead of `<unknown>`.
89

910
2.2.1
11+
1012
- Python source is now always read using utf-8, even if default encoding for
1113
reading files is set otherwise.
1214

@@ -98,6 +100,6 @@ Release History
98100
- vendored code from pip 1.6dev which fixes bug in search_packages_info
99101
until pip 1.6 is released
100102

101-
1.1.0
103+
1.1.0
102104

103105
- implemented --ignore-module

0 commit comments

Comments
 (0)