aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/changes.txt
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2010-06-09 11:23:57 -0700
committerXavier Ducrohet <xav@android.com>2010-06-09 11:25:48 -0700
commit6d092a4b8e180d8530a11437e9da7777ead043f9 (patch)
treefe22d5f8c116d83eb5edee8bc60e0c4876dc3668 /eclipse/changes.txt
parent24edb54ce491197cbde7f93027bdf9aad80a41b7 (diff)
downloadsdk-6d092a4b8e180d8530a11437e9da7777ead043f9.zip
sdk-6d092a4b8e180d8530a11437e9da7777ead043f9.tar.gz
sdk-6d092a4b8e180d8530a11437e9da7777ead043f9.tar.bz2
Fix library-project link for library whose name isn't a valid path var.
Change-Id: I42414bc8d560b57dbd58302a7a00203472a0d937
Diffstat (limited to 'eclipse/changes.txt')
-rw-r--r--eclipse/changes.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/eclipse/changes.txt b/eclipse/changes.txt
index cfe929e..020565d 100644
--- a/eclipse/changes.txt
+++ b/eclipse/changes.txt
@@ -1,3 +1,6 @@
+0.9.8:
+- Fixed issue with library project names containing characters that aren't compatible with Eclipse path variable. The link between the main project and the library would fail to create.
+
0.9.7:
- Support for library projects
- Updated Property panel for Android project to edit library dependencies.