Skip to content

Commit 5797f66

Browse files
committed
Updating the CHANGELOG, and fixing it since it was upside down.
1 parent 45c351e commit 5797f66

File tree

1 file changed

+30
-21
lines changed

1 file changed

+30
-21
lines changed

CHANGELOG

Lines changed: 30 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
1-
2012-11-1 Freedom Dumlao <[email protected]>
2-
3-
Version 0.3.4
1+
2012-11-29 Freedom Dumlao <[email protected]>
42

5-
* Added PATCH support
3+
Version 0.5.2
64

7-
2012-11-05 Freedom Dumlao <[email protected]>
8-
9-
Version 0.4
10-
11-
* Added support for subdomains
12-
13-
2012-11-11 Freedom Dumlao <[email protected]>
5+
- Bugfixes
6+
* Fixed a SyntaxError that was caused by using a dictionary generator
7+
in Python versions earlier than 2.7.
8+
(Thanks to @maxcountryman)
149

15-
Version 0.4.3
10+
2012-11-20 Freedom Dumlao <[email protected]>
1611

17-
- Features
18-
* Added wrapper methods for views
12+
Version 0.5.1
1913

2014
- Bugfixes
21-
* Fixed a bug that caused blueprint subdomains to be ignored
15+
* Fixed a bug that caused views that used the @route decorator to
16+
ignore the subdomain keyword parameter specified in the
17+
FlaskView's register method.
18+
(Thanks to Mark Grey for reporting.)
2219

2320
2012-11-18 Freedom Dumlao <[email protected]>
2421

@@ -44,12 +41,24 @@
4441
* Fixed a bug that would not allow you to use any parameter name
4542
but "id" in the special methods.
4643

47-
2012-11-20 Freedom Dumlao <[email protected]>
44+
2012-11-11 Freedom Dumlao <[email protected]>
4845

49-
Version 0.5.1
46+
Version 0.4.3
47+
48+
- Features
49+
* Added wrapper methods for views
5050

5151
- Bugfixes
52-
* Fixed a bug that caused views that used the @route decorator to
53-
ignore the subdomain keyword parameter specified in the
54-
FlaskView's register method.
55-
(Thanks to Mark Grey for reporting.)
52+
* Fixed a bug that caused blueprint subdomains to be ignored
53+
54+
2012-11-05 Freedom Dumlao <[email protected]>
55+
56+
Version 0.4
57+
58+
* Added support for subdomains
59+
60+
2012-11-1 Freedom Dumlao <[email protected]>
61+
62+
Version 0.3.4
63+
64+
* Added PATCH support

0 commit comments

Comments
 (0)