* Added `hash_url <http://renesd.blogspot.com/2009/12/hashing-urls-for-authorisation-and.html>`_, a way to hash urls to validate they are approved urls.
Bugs fixed ~~~~~~~~~~
* some imageops fixes.
0.1.7pre
---------------------
Bugs fixed ~~~~~~~~~~
* missed updating CHANGES.txt
0.1.6pre
---------------------
Bugs fixed ~~~~~~~~~~
* added docs/hacking_pywebsite.txt for notes on developing pywebsite.
* Can import pywebsite.tests;pywebsite.tests.main() to run the tests
* moved test runner code into pywebsite.tests from run_tests.py script.
0.1.5pre
---------------------
Bugs fixed ~~~~~~~~~~
* moved lib/ to pywebsite/ and test to pywebsite/tests
* restructuring and cleanup
* using distribute by default with bootstrap.py so buildout is working
* added extra stuff to `make clean` command
0.1.4pre
---------------------
Bugs fixed ~~~~~~~~~~
* some small py3k fixes.
* validate more types for imageops
* fixed up documentation for pypi, automated it a little.
0.1.3pre
---------------------
Features added ~~~~~~~~~~~~~~
* started an image operations module imageops. Only resizing and caching so far.