aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKostis Sagonas <[email protected]>2011-03-09 09:26:17 +0200
committerKostis Sagonas <[email protected]>2011-03-09 09:26:17 +0200
commit3752c716606ad74b2affcb19d41f18b217ee7956 (patch)
tree746b6fe6dd36ad0b77e50635a29c0f6400d720ae
parent4d7ada26e135a633b469ce6250b47d4210472a2c (diff)
downloadotp-3752c716606ad74b2affcb19d41f18b217ee7956.tar.gz
otp-3752c716606ad74b2affcb19d41f18b217ee7956.tar.bz2
otp-3752c716606ad74b2affcb19d41f18b217ee7956.zip
Add release notes and up version
-rw-r--r--lib/typer/RELEASE_NOTES22
-rw-r--r--lib/typer/vsn.mk2
2 files changed, 23 insertions, 1 deletions
diff --git a/lib/typer/RELEASE_NOTES b/lib/typer/RELEASE_NOTES
new file mode 100644
index 0000000000..d91a815ee9
--- /dev/null
+++ b/lib/typer/RELEASE_NOTES
@@ -0,0 +1,22 @@
+==============================================================================
+ Major features, additions and changes between Typer versions
+ (in reversed chronological order)
+==============================================================================
+
+Version 0.9 (in Erlang/OTP R14B02)
+----------------------------------
+ - Major rewrite; all code has been cleaned up and placed in one file.
+ The only reason why this is not version 1.0 yet is that there is no proper
+ documentation for typer which can be displayed in the www.erlang.org site.
+ - Added ability to receive the set of exported types and report unknown ones.
+ - Better handling of overloaded contracts; especially erroneous ones on which
+ typer does not crash anymore.
+ - Fixed problem that caused typer to hang when given a file whose module name
+ did not correspond to the file name.
+ - Added two undocumented options that may come very handy when trying to
+ understand why typer reports some particular set of types for the functions
+ in a module. These options are mainly for typer developers at this point,
+ but may become documented in some future version.
+
+Older versions
+--------------
diff --git a/lib/typer/vsn.mk b/lib/typer/vsn.mk
index 83c37e307b..51561939ac 100644
--- a/lib/typer/vsn.mk
+++ b/lib/typer/vsn.mk
@@ -1 +1 @@
-TYPER_VSN = 0.2
+TYPER_VSN = 0.9