diff --git a/AERN-RnToRm.cabal b/AERN-RnToRm.cabal
--- a/AERN-RnToRm.cabal
+++ b/AERN-RnToRm.cabal
@@ -1,5 +1,5 @@
 Name:           AERN-RnToRm
-Version:        0.3.0.1
+Version:        0.3.0.2
 Cabal-Version:  >= 1.2
 Build-Type:     Simple
 License:        BSD3
@@ -21,22 +21,22 @@
      .
      * ERUnitFnBase: 
         generalises polynomials with floating point coefficients.
-        (Not exported here, used only internally.)
      .
      * ERFnApprox:
         generalises functions enclosures on a certain unspecified domain.
      .
      * ERUnitFnApprox (extends ERFnApprox): generalises function graph enclosures
         on the domain @[-1,1]^n@.
-        (Not exported here, used only internally.)
      .
      * ERFnDomApprox (extends ERFnApprox):
         generalises function enclosures over a specified and queriable domain box
-        (instance of class DomainBox).
+        (an instance of class DomainBox).
      .
      At all levels, all field operations are supported as well as
      some elementary operations, namely exp, sin and cos.
-     Log and sqrt are planned to be added soon. 
+     Log and sqrt are planned to be added soon.
+     
+     End users are expected to work only with implementations of ERFnDomApprox.
      .
      Implementations of ERUnitFnBase:
      .
diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
+0.3.0.2: 7 August 2008
+    * deleted irrelevant/confusing text from package description
 0.3.0.1: 7 August 2008
-    * attempt to fix markup in package description
+    * fixed markup in package description
 0.3.0: 7 August 2008
     * initial release of AERN-RnToRm after one year of work and two successful 
       internal applications
