summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorDurham Hale <[email protected]>2012-08-28 22:53:51 +0100
committerDurham Hale <[email protected]>2012-08-28 22:53:51 +0100
commit356ac99b9bb550e15bb0eb083d8a361d81466ef9 (patch)
tree4b67da7eb0fb379801f5dbc033164bfaaeff121a /README.markdown
parentdd13760408d6259b37090e8bb066c35f15661b7f (diff)
Added link to contributors github accounts on Changelog
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.markdown b/README.markdown
index 9b41dc6..7c753cc 100644
--- a/README.markdown
+++ b/README.markdown
@@ -43,10 +43,10 @@ Changelog
#### 1.2.0 - release 2012-XX-XX
-* Add `order_by_expr` method [sandermarechal]
-* Add support for raw queries without parameters argument [sandermarechal]
-* Add support to set multiple properties at once by passing an associative array to `set` method [sandermarechal]
-* Allow an associative array to be passed to `configure` method [jordanlev]
+* Add `order_by_expr` method [[sandermarechal](http://github.com/sandermarechal)]
+* Add support for raw queries without parameters argument [[sandermarechal](http://github.com/sandermarechal)]
+* Add support to set multiple properties at once by passing an associative array to `set` method [[sandermarechal](http://github.com/sandermarechal)]
+* Allow an associative array to be passed to `configure` method [[jordanlev](http://github.com/jordanlev)]
Philosophy
----------