diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2016-06-27 19:51:19 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2016-06-28 10:14:29 -0400 |
commit | 5a4a805a4d460a6996facc5d1fd06986344c899b (patch) | |
tree | d58feedf49ea751956b9d334cbd3112853eb9c91 /RELEASES.md | |
parent | 814cccec0dfa7da0646dac0cc39f192d8a574cb8 (diff) | |
download | bfs-5a4a805a4d460a6996facc5d1fd06986344c899b.tar.xz |
Implement -D rates.
Diffstat (limited to 'RELEASES.md')
-rw-r--r-- | RELEASES.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index cdfd778..83007c8 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -24,6 +24,7 @@ - Treat `-`, `)`, and `,` as paths when required to by POSIX - `)` and `,` are only supported before the expression begins - Implement `-D opt` +- Implement `-D rates` - Implement `-fprint` - Implement `-fprint0` |