]> jfr.im git - solanum.git/blobdiff - NEWS.md
authd/provider: some fixes
[solanum.git] / NEWS.md
diff --git a/NEWS.md b/NEWS.md
index b190f0a9c0dd02ff10076a87fe046282ff8e4146..9666a6f2d6cb06f59d098b74ec88f9efde7b3a40 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -44,10 +44,9 @@ See LICENSE for licensing details (GPL v2).
 ### code
 - irc_dictionary and irc_radixtree stuff is now in librb, prefixed accordingly.
   Typedefs have been added for consistency reasons. For example, now you would
-  write `rb_dictionary \*foo` and `RB_DICTIONARY_FOREACH`.
+  write `rb_dictionary *foo` and `RB_DICTIONARY_FOREACH`.
 - C99 bools have been added. Don't use ints as simple true/false flags anymore.
-  Don't use `YES`/`NO` or `TRUE`/`FALSE` macros (`TRUE`/`FALSE` has been removed
-  and `YES`/`NO` is awaiting the same fate). Use just `true` and `false`.
+  Accordingly, the `YES`/`NO` and `TRUE`/`FALSE` macros have been removed.
 - libratbox has been renamed to librb, as we have diverged from upstream long
   ago.
 - Almost all 2.8-style hashtable structures have been moved to dictionaries or