From c6b6ebf757a8ec31c5cf04a636e6cd9b5e74527e Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Thu, 15 Dec 2016 15:26:06 +0200 Subject: [PATCH] Fix the readme TODOs syntax. Read HISTORY.md for v5.1.0 Simple proof-of-concept example of request-scoped transactions here: https://github.com/iris-contrib/examples/blob/master/request_transactions/main.go --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e157fee..63b9ddcb 100644 --- a/README.md +++ b/README.md @@ -929,7 +929,9 @@ Todo ------------ - [ ] Server-side React render, as requested [here](https://github.com/kataras/iris/issues/503) -- [+] [NEW: Request-Scoped Transactions](https://github.com/iris-contrib/examples/tree/master/request_transactions) +- [x] [v5.1.0: Request-Scoped Transactions](https://github.com/iris-contrib/examples/tree/master/request_transactions), simple and elegant. + + Iris is a **Community-Driven** Project, waiting for your suggestions and [feature requests](https://github.com/kataras/iris/issues?utf8=%E2%9C%93&q=label%3A%22feature%20request%22)! People