Просмотр исходного кода

Merge branch 'master' into next

* master:
  Update docs for roles
Bryan Drewery 8 лет назад
Родитель
Сommit
3d39803a7b
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      doc/UPDATES.md

+ 3 - 3
doc/UPDATES.md

@@ -1,6 +1,9 @@
 # next
   * Properly honor exemptions when kicking matched RBL clients
   * Fix LASTON not being shared
+
+# master
+  * Require C++11 compiler support (G++ 4.7+, clang32+)
   * Wraith now automatically assigns roles to bots for channels, no longer
     requiring manually assigning them with flags +flry for flood, limit,
     resolve, auto-voice, auto-op. These roles are decentralized and per-chan
@@ -9,9 +12,6 @@
     bots know which bots have which roles. (#39)
   * Add cmd_roles (leaf only) to display roles for a channel. (#39)
 
-# master
-  * Require C++11 compiler support (G++ 4.7+, clang32+)
-
 # maint
   * Fix various compile warnings
   * Fix ptrace detection on OpenBSD (after 1.4.6 regression for the Linux fix)