From 00352a33daa4210327cc4d8251c76416db8ceafa Mon Sep 17 00:00:00 2001 From: Postmodern Date: Mon, 17 Jun 2013 20:11:24 -0700 Subject: [PATCH] Unindent. --- ChangeLog.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 008c337..b8836f2 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,10 +1,10 @@ ### 0.1.0 / 2012-08-26 - * Initial release: - * Provides a Ruby DSL for writing Assembly programs. - * Supports X86 and AMD64 instruction sets. - * Supports ATT and Intel syntax. - * Uses [yasm] to assemble the programs. - * Supports assembling Shellcode. +* Initial release: + * Provides a Ruby DSL for writing Assembly programs. + * Supports X86 and AMD64 instruction sets. + * Supports ATT and Intel syntax. + * Uses [yasm] to assemble the programs. + * Supports assembling Shellcode. [yasm]: http://yasm.tortall.net/