Skip to content

Commit 3e8bac9

Browse files
committed
Update README.md
1 parent bd42ad8 commit 3e8bac9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,11 @@ This means you can use it with any custom collection class that supports usort:
206206
$yourCustomCollection->usort($sortChain);
207207
```
208208

209-
## Known issues
209+
## Roadmap
210210

211211
- Need to investigate supporting native sort flags
212212
- Could add support for the "reverse" sorting functions to get some minor speedgains.
213+
- Standard functions instead of namespaced ones could be nice, will probably wait for function autoloading
213214

214215
## License
215216

0 commit comments

Comments
 (0)