Skip to content

Commit b4a40f6

Browse files
committed
Build 1.0.77
1 parent cbccad5 commit b4a40f6

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

etc/build/config.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
//
1212

1313
// default version used by build scripts
14-
buildVersion=1.0.76
14+
buildVersion=1.0.77
1515

1616
// Must be configured boot build in substitute/release installation
17-
//devHome=file:/E:/fan/
17+
//devHome=/work/fan/
1818

1919
// JVM version compiler target, by default Fantom uses JDK 1.8 compiler
2020
// javacParams=-source 1.8 -target 1.8

src/doc/docIntro/doc/ChangeLog.fandoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
** license: Licensed under the Academic Free License version 3.0
77
**************************************************************************
88

9-
*Build 1.0.77 (working)*
9+
*Build 1.0.77 (2 Sep 2021)*
10+
- Distribution zip now shipped without tests
1011
- List groupBy, groupByInto
1112
- Move examples/js/ -> examples/webfwt/
1213
- Env.compileScriptToJs
@@ -16,6 +17,11 @@
1617
- js: New formal Env.var initialization design for JS
1718
- js: TimeZone.cur now defaults to Env.var or queries browser for best match
1819
- js: Locale.cur can now be defaulted via Env.var
20+
- New asn1 pod
21+
- New crypto pod
22+
- New SocketConfig and TLS support in inet
23+
- #2652: List.groupBy()
24+
- #2798: JS Test Code
1925

2026
*Build 1.0.76 (10 May 2021)*
2127
- Allow This to be in any func param position as method param

0 commit comments

Comments
 (0)