| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | 3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 4 <title>Change Log</title> | 4 <title>Change Log</title> |
| 5 </head> | 5 </head> |
| 6 <body bgcolor="white"> | 6 <body bgcolor="white"> |
| 7 <a style="float:right" href="README.html">README</a> | 7 <a style="float:right" href="README.html">README</a> |
| 8 | 8 |
| 9 <h1>Known Issues</h1> | 9 <h1>Known Issues</h1> |
| 10 <ul> | 10 <ul> |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 <li>Added a one script autoload&run mechanism and a way to | 163 <li>Added a one script autoload&run mechanism and a way to |
| 164 embed hints in processing instructions/comments. | 164 embed hints in processing instructions/comments. |
| 165 See <a href="examples/quine.html">example</a>. | 165 See <a href="examples/quine.html">example</a>. |
| 166 </ul> | 166 </ul> |
| 167 <h2>4 March 2013</h2> | 167 <h2>4 March 2013</h2> |
| 168 <ul> | 168 <ul> |
| 169 <li>Matlab language handler courtesy Amro³</li> | 169 <li>Matlab language handler courtesy Amro³</li> |
| 170 </ul> | 170 </ul> |
| 171 </body> | 171 </body> |
| 172 </html> | 172 </html> |
| OLD | NEW |