From 9c2d3e9e96d14ccf06536e6ff6afb294bb693e78 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Fri, 7 Oct 2016 19:45:54 -0700 Subject: update documentation --- documentation/index.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/documentation/index.md b/documentation/index.md index 4c9e59c..2211f8a 100644 --- a/documentation/index.md +++ b/documentation/index.md @@ -3,20 +3,6 @@ layout: page title: Documentation --- ------ - -## Migrating from 2.x to 3.x - -The latest major release, 3, introduces some source compatibility-breaking changes: - -- Organization and packages have been changed from `com.github.jodersky` to `ch.jodersky` -- A new major version of the native library has been released, `libflow4` - -It should be sufficient to change any imports that previously used "com.github.jodersky.flow" to "ch.jodersky.flow". -In case you manually installed the native library, you will also need to upgrade to libflow4 (see the Developer Guide for more information). - ------ - ## Documentation Start by reading the manual and checking out some examples. @@ -50,3 +36,17 @@ Get inspired by some real projects that use flow. - [Hyperion](https://github.com/mthmulders/hyperion) back-end, part of a web-based energy dashboard for "smart meters". - [(add yours by opening an issue)](https://github.com/jodersky/flow/issues) + +----- + +## Migrating from 2.x to 3.x + +The latest major release, 3, introduces some source compatibility-breaking changes: + +- Organization and packages have been changed from `com.github.jodersky` to `ch.jodersky` +- A new major version of the native library has been released, `libflow4` + +It should be sufficient to change any imports that previously used "com.github.jodersky.flow" to "ch.jodersky.flow". +In case you manually installed the native library, you will also need to upgrade to libflow4 (see the Developer Guide for more information). + +----- -- cgit v1.2.3