summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2013-01-11 14:21:49 +0000
committerSimon Holywell <[email protected]>2013-01-11 14:21:49 +0000
commit8964186a5997a2071c9afcf2c9cbebc69446956f (patch)
tree22f72dda88e1c97b04f7e0f0c669faaaf3115bf6 /README.markdown
parentf4b107cdbb91a90f41f39d6ee0a2375e8f7ce7a6 (diff)
Refactor HAVING and WHERE to share more code
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 5586408..9b2a653 100644
--- a/README.markdown
+++ b/README.markdown
@@ -49,6 +49,7 @@ Changelog
* Escape quote symbols in "_quote_identifier_part" - close issue #74
* Add HAVING clause functionality
* Fix issue with aggregate functions always returning `int` when is `float` sometimes required - closes issue #92
+* Documentation moved to [idiorm.rtfd.org](http://idiorm.rtfd.org) and built using [Sphinx](http://sphinx-doc.org/)
#### 1.2.3 - release 2012-11-28