From 9a0f6cd7659e8659717b1b7dbbb2524c383be47c Mon Sep 17 00:00:00 2001 From: Sen Han <00hnes@gmail.com> Date: Mon, 2 Jul 2018 21:41:21 +0800 Subject: [PATCH] add new TODO to README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ffc2f0a..6367eff 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Issues and PRs are welcome 🎉🎉🎉 [![Releases](https://img.shields.io/github/release/hnes/libaco/all.svg?style=flat-square)](https://github.com/hnes/libaco/releases) [![LICENSE](https://img.shields.io/github/license/hnes/libaco.svg?style=flat-square)](https://github.com/hnes/libaco/blob/master/LICENSE) -Note: Please use [releases][github-release] instead of the `master` to build the final production binary. +Note: Please use [releases][github-release] instead of the `master` to build the final binary. [github-release]: https://github.com/hnes/libaco/releases @@ -836,6 +836,8 @@ void co_fp1() { New ideas are welcome! +- [ ] Provide another header `aco_assert.h` so user could choose to override the default `assert` or not. + # CHANGES ```