From 50a6e604f46d01821a37d7f119371d07ca6830ad Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 11 Sep 2013 01:10:49 +0200 Subject: [PATCH] Modified README to reflect API stability --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index ddcf800..b9f75ed 100644 --- a/README.md +++ b/README.md @@ -90,9 +90,5 @@ The Swiss Ephemeris library requires the altitude value to be specified for seve ## API stability -The project is currently marked as 1.0. However, without further notice, the API should not be seen as stable. - -This means that some function prototypes may be modified in the near future. Mostly error handling routines are missing, so some functions will get a `GError **` parameter. - -Otherwise, the API is final, in term of future compatibility. New functions may be added later, though. +The project is currently marked as 1.0. This means that API and ABI changes are very unlikely to happen.