TW-1556: task hangs when modifying uda field with percent-encoded (url-encoded)

- This bug іs fixed by the new Lexer, which has allows unrecognized lexemes
  to fall through to becomre 'word' or 'dom' types (thanks to Stefan Frühwirth).
This commit is contained in:
Paul Beckingham 2015-04-05 23:45:27 -04:00
parent 3a035a7d1d
commit e9b54ea74f
2 changed files with 3 additions and 0 deletions

View file

@ -8,6 +8,8 @@
- TW-1539 user-defined urgency coefficients for priority values.
- TW-1541 Priority should be converted to UDA (in default taskrc) (thanks to
Tomas Babej).
- TW-1556 task hangs when modifying uda field with percent-encoded (url-encoded)
value (thanks to Stefan Frühwirth).
- TW-1578 Bash tab completion problems on first run
(thanks to Renato Alves and Ptolemarch).
- TW-1580 "modified" attribute no longer updated (thanks to David Patrick).