Skip to content

Commit

Permalink
updated CHANGES with warning for unsafe quoted strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Björklund authored and rschmied committed Jun 8, 2017
1 parent 4c0402d commit 53168b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
??? - ???
added a warning for unsafe escape sequences in double quoted
strings.
added --lax-quote-checks to turn of the warning for unsafe
escape sequences.

1.7.1 - 2016-11-02
added support for RFC 7952, metadata annotations
added --tree-max-length option
Expand Down
4 changes: 0 additions & 4 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
o add validation of XPath (lower prio) (when, must)

o add more stuff to XSD output:
o use substitutiongroup for augment

o add validation of instance-identifier defaults

o move all plugin API functions to plugin.py
Expand All @@ -15,4 +12,3 @@ Optimizations:
but do it when something is used. even better would be to lazy
validate. hmm, maybe separate the side-effect free validation
functions from the functions that have side-effect (like expand).

0 comments on commit 53168b8

Please sign in to comment.