소스 검색

Merge branch 'user-caching' into next

* user-caching:
  Document changes
Bryan Drewery 10 년 전
부모
커밋
55eb5e9b74
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      doc/UPDATES.md

+ 1 - 0
doc/UPDATES.md

@@ -8,6 +8,7 @@
     will properly assign roles out to bots to not cause overlap. Only leaf
     bots know which bots have which roles. (#39)
   * Add cmd_roles (leaf only) to display roles for a channel. (#39)
+  * Fix some various internal caching issues.
 
 # master
   * Require C++11 compiler support (G++ 4.7+, clang32+)