diff --git a/RELEASES.rst b/RELEASES.rst index 173a58fd..16dc692a 100644 --- a/RELEASES.rst +++ b/RELEASES.rst @@ -605,11 +605,15 @@ Released Planned ======= -1.0.1 (2014-XX-XX) +1.0.1 (2014-10-31) ------------------ * Fix compile error for DUK_OPT_NO_PC2LINE +* Fix fileName for functions defined in a module loaded using require(), + previously fileName would always be duk_bi_global.c which is misleading + (see GH-58) + 1.1.0 (2014-XX-XX) ------------------