Skip to content

Commit

Permalink
Updated release notes and made 'intall' the default target of build s…
Browse files Browse the repository at this point in the history
…cript.
  • Loading branch information
sangupta committed May 1, 2012
1 parent 6dbcefa commit 6963ef2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
Version 0.95 (in development)
------------

- Issue #25: Standardize the API for image encoders
- Issue #85: Detailed package overview
- Issue #129:
- Issue #129: Request for StringUtil.contains method
- Issue #152: Fixed ASDocs for the project to be generated
- Issue #153: Fixed ASDocs for the project to be generated
- Issue #160: Fix for URI class
- Issue #161: Added another test for StringUtil
- Issue #162: Add unit test required for StringUtil
- Issue #164:
- Issue #166: Fix for URI class
- Issue #182: Fixed bugs in JSONEncoder.as
- Issue #184: Fixed bugs in JSONEncoder.as
- Issue #164: Adding substitute method for variable injections
- Issue #166: URI.isDirectory is broken
- Issue #182: JSON encoding support for __HTMLScriptObjects / __HTMLScriptArrays
- Issue #184: JSONEncoder bug on UTF-8 chars
- Added release and packaging targets for the library
- Added license file
- Added generation of DEBUG swc as well
Expand Down
2 changes: 1 addition & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<project name="as3corelib" basedir="../" default="compile">
<project name="as3corelib" basedir="../" default="install">

<!-- ============================== -->
<!-- Configuration -->
Expand Down

0 comments on commit 6963ef2

Please sign in to comment.