Skip to content

Commit 615d09c

Browse files
committed
Added ChangeLog.
1 parent 6e1e7d2 commit 615d09c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

ChangeLog.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# web.py changelog
22

3+
## 2012-06-26 0.37
4+
5+
* Fixed datestr issue on Windows -- #155
6+
* Fixed Python 2.4 compatability issues (tx fredludlow)
7+
* Fixed error in utils.safewrite (tx shuge) -- #95
8+
* Allow use of web.data() with app.request() -- #105
9+
* Fixed an issue with session initializaton (tx beardedprojamz) -- #109
10+
* Allow custom message on 400 Bad Request (tx patryk) -- #121
11+
* Made djangoerror work on GAE. -- #80
12+
* Handle malformatted data in the urls. -- #117
13+
* Made it easier to stop the dev server -- #100, #122
14+
* Added support fot customizing cookie_path in session (tx larsga) -- #89
15+
* Added exception for "415 Unsupported Media" (tx JirkaChadima) -- #145
16+
* Added GroupedDropdown to support `<optgroup>` tag (tx jzellman) -- #152
17+
* Fixed failure in embedded interpreter - #87
18+
* Optimized web.cookies (tx benhoyt) - #148
19+
20+
321
## 2011-07-04 0.36
422

523
* Upgraded to CherryPy WSGIServer 3.2.0. -- #66

0 commit comments

Comments
 (0)