Documentation

- Removed "suspicion" comment about the autovivifying of map keys.
  Credited Dmitriy properly.
This commit is contained in:
Paul Beckingham 2011-12-31 11:39:50 -05:00
parent 2e2521a4cf
commit b35a2f54bb
3 changed files with 4 additions and 3 deletions

View file

@ -219,6 +219,8 @@
+ Fixed bug #860, which prevented lower-case priority values from being
accepted (thanks to Michelle Crane).
+ Fixed bug #862, which suppressed feedback from the 'denotate' command.
+ Fixed bug #892, which caused a segfault due to misuse of
std::map::operator[] (thanks to Dmitriy Samborskiy).
# Untracked Bugs, biggest first.
+ Fixed bug that required the '%YAML' prologue in a YAML import.