<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,27 @@
 # web.py changelog
 
+## 2009-10-28 0.33
+
+* form.Button takes optional argument `html`
+* remove obsolete write function in http.py (tx Justin) (Bug#315337)
+* refactor httpserver.runsimple code
+* improve form.py for customizability
+* new: add background updating to memoize
+* fix: use sendmail from web.config.sendmail_path (tx Daniel Schwartz)
+* fix: make web.profiler work on Windows (tx asmo) (Bug#325139)
+* fix changequery to make it work correctly even when the input has multi-valued fields (Bug#118229)
+* fix: make sure sequence exists before queying for currval(seqname) when executing postgres insert query (Bug#268705)
+* fix: raise web.notfound() instead of return in autodelegate (tx SeC) 
+* fix: raise NotSupportedError when len or bool is used on sqlite result (Bug#179644)
+* fix: make db paramater optional for creating postgres DB to allow taking it from environ. (Bug#153491)
+* fix unicode errors in db module
+* fix: convert unicode strings to UTF8 before printing SQL queries
+* fix unicode error in debugerror
+* fix: don't convert file upload data to unicode even when file={} is not passed to web.input
+* fix checkbox value/checked confusion (Bug#128233)
+* fix: consider empty lines as part of the indented block in templetor
+* fix: fix a bug in web.group
+
 ## 2009-06-04 0.32
 
 * optional from_address to web.emailerrors</diff>
      <filename>ChangeLog.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>57674bc62b8660cffe26e7e81263f913d73e4138</id>
    </parent>
  </parents>
  <author>
    <name>Anand Chitipothu</name>
    <email>anandology@gmail.com</email>
  </author>
  <url>http://github.com/webpy/webpy/commit/dea415efa2323dcc5041e8a65d7377817754f14d</url>
  <id>dea415efa2323dcc5041e8a65d7377817754f14d</id>
  <committed-date>2009-10-27T22:39:01-07:00</committed-date>
  <authored-date>2009-10-27T22:39:01-07:00</authored-date>
  <message>Change log for 0.33</message>
  <tree>abe4dd91ce51a2d3a2a75e15ca92853cab9aea1c</tree>
  <committer>
    <name>Anand Chitipothu</name>
    <email>anandology@gmail.com</email>
  </committer>
</commit>
