Skip to content

Commit 5bddf05

Browse files
committed
Pre-macro changes stuff for Asar 1.9
1 parent d2b7678 commit 5bddf05

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,5 @@ CMakeCache.txt
5252
tests_tmp_dll/
5353
tests_tmp_app/
5454
*.aps
55+
56+
/bin

docs/changelog/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ <h3>Contributors:</h3>
4747
<li>randomdude999</li>
4848
</ul>
4949

50+
<h3>Notes:</h3>
51+
<ul>
52+
<li>The primary purpose of this release is to be a stepping stone towards Asar 2.0. For this purpose, a lot of features have been deprecated and will now throw warnings. Please fix any of those warnings you come across in your patches to assure they will still assemble in Asar 2.0.</li>
53+
</ul></div>
54+
5055
<h3>New features:</h3>
5156
<ul>
5257
<li>The Asar test suite can now verify user-printable strings. (RPG Hacker)</li>
@@ -64,6 +69,10 @@ <h3>Bug fixes:</h3>
6469
<li><code>'''</code> and <code>';'</code> are now valid can now be used without causing errors. (randomdude999, RPG Hacker)</li>
6570
</ul></div>
6671

72+
<h3>Deprecated features:</h3>
73+
<ul>
74+
</ul></div>
75+
6776
<hr />
6877

6978
<div><h2>v1.81</h2>

0 commit comments

Comments
 (0)