aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-06-20 21:56:54 +0530
committerSudar <sudar@sudarmuthu.com>2013-06-20 21:56:54 +0530
commit4e22abe0dee5b76eed63bd18eb47d5cc2b16f212 (patch)
treee8c865091a26ab8357a04512ae6f6569ffcbe671 /HISTORY.md
parent6cdad1d62149c6589de1bd3734eef0c8f561038c (diff)
Add support for specifying optimization level
Fix #81
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 9dbd81c..cabd8d8 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -5,6 +5,7 @@ The following is the rough list of changes that went into different versions. I
### 0.12.1 (in development)
- Add $OBJDIR to the list of configuration that gets printed. Fix issue #77
+- Add support for specifying optimization level. Fix issue #81
### 0.12.0 (2013-06-20)
- Fix "generated_assembly" target, which got broken earlier. Fix issue #76 (https://github.com/matthijskooijman)