Markup.ml 0.7.5
- When writing HTML, do not perform entity escaping inside
<script>
and similar tags (#17, Johannes Kloos). - Fix handling of unpaired
</form>
tags (0bf4f1b, reported Yann Hamdaoui). - Fix stream combinators to be tail-recursive (4a20cae).
- Fix dependency on Findlib package
lwt.unix
(#18, diagnosed Andrew Ray). - Speed up reading from files by about 30% (7d84cb9).