aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2015-08-20 14:34:15 -0400
committerGravatar Thomas Van Lenten <thomasvl@google.com>2015-08-20 14:34:15 -0400
commitf764107cc98558ea88b20c00443388aa2bcaf3af (patch)
tree59aef09debf1e51ce90ad5d4249cfbe183fa5b54
parent0e682e7ab509be82f45b8d8ec51804ff2d332af3 (diff)
try to escape things to avoid md markup
-rw-r--r--ReleaseNotes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index 1b33e34..75524a9 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -440,9 +440,9 @@ Changes since 1.5.1<br>
- Changed GTMStackTrace to put out a cleaner trace, and to work on 64 bit.
NOTE that if you are parsing this format, that it has changed.
eg 32 bit
- #0 UnitTest - Foundation 0x0001c392 -[SenTest run]
+ \#0 UnitTest - Foundation 0x0001c392 -[SenTest run]
and 64 bit
- #0 UnitTest - Foundation 0x10010000001c3921 -[SenTest run]
+ \#0 UnitTest - Foundation 0x10010000001c3921 -[SenTest run]
- Added GTMNSAnimatablePropertyContainer methods that allow you to stop
animations properly in 10.5.