diff options
author | Andreas Rumpf <andreas@andreas-desktop> | 2010-03-29 22:54:54 +0200 |
---|---|---|
committer | Andreas Rumpf <andreas@andreas-desktop> | 2010-03-29 22:54:54 +0200 |
commit | 0d63b2519b820cd95362e89aa15b9bdc9c8d1d65 (patch) | |
tree | 060b4fae7f4639832c553cd5fa5e50a0e5aaf10e /web | |
parent | 3ff6354a7c7c04ffda21ce6f20ee77788659352c (diff) | |
download | Nim-0d63b2519b820cd95362e89aa15b9bdc9c8d1d65.tar.gz |
bugfix: duplicate gtk2.set_tab_pos
Diffstat (limited to 'web')
-rwxr-xr-x | web/news.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index e75aa9bae..5096f9af4 100755 --- a/web/news.txt +++ b/web/news.txt @@ -2,6 +2,18 @@ News ==== +2010-XX-XX Version 0.8.10 released +================================== + + +Changes affecting backwards compatibility +----------------------------------------- + +- Procs not marked as ``procvar`` cannot only be passed to a procvar anymore, + unless they are used in the same module. + + + 2010-03-14 Version 0.8.8 released ================================= |