X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=NEWS;h=ba78d89eb100586a8186cfac83dd25fa64a3cbde;hp=775cca3522caca8ffdb8e1380426ee78face9214;hb=9fb17531da05d2959decc3856d03c71c0220b116;hpb=7e145335f2d185c7e07044be5a758bb8f0f71e29 diff --git a/NEWS b/NEWS index 775cca35..ba78d89e 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,17 @@ This file records noteworthy changes. +1.5.3 (30 July 2009) +* The parser now understands user-defined functions by default. The identifier + names can now contain underscores. + +1.5.2 (10 July 2009) +* Fixed documentation of return_type_info() +* Fixed cstdio include issue. +* GiNaC now requires at least version 1.2.2 of cln. + 1.5.1 (25 February 2009) * Fixed compiling problems with GNU g++ 3.4. -* Fixed broken RTTI on woe32. +* Work around weird C++ RTTI behaviour on woe32 so GiNaC works on MinGW again. 1.5.0 (17 February 2009) * Added polynomial factorization.