Today i've found something different between versions 2.7.5.1 and 2.7.5.2.
Here one Html code:
Code
<p>teste</p><ul><li>a</li><li>b</li><li>c</li><li>e</li></ul>

But when i try paste the same Html code, TinyMCE save with Html structure / spaces:
Code
<p>teste</p>
<ul>
<li>a</li>
<li>b</li>
<li>c</li>
<li>e</li>
</ul>
Into README file, TinyMCE was updated right? how we can solve this?
Thanks