summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2016-12-27 19:45:02 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2016-12-27 19:45:02 +0000
commit5919e9c3c7f699339fad1e659b4009e2d279f2cd (patch)
tree7848f7e72c78c0552cc4da7f0da4210c2b37c281 /CHANGES
parent56dd5a0dbb121f37b58916ec430bedc71b380d50 (diff)
downloadswig-5919e9c3c7f699339fad1e659b4009e2d279f2cd.tar.gz
Consistent referencing of issues in the changes file.
[skip ci]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 0146ac7ac..088edc7d7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,8 @@ SWIG (Simplified Wrapper and Interface Generator)
See the CHANGES.current file for changes in the current version.
See the RELEASENOTES file for a summary of changes in each release.
+Issue # numbers mentioned below can be found on Github. For more details, add
+the issue number to the end of the URL: https://github.com/swig/swig/issues/
Version 3.0.10 (12 Jun 2016)
============================
@@ -177,7 +179,7 @@ Version 3.0.9 (29 May 2016)
2016-03-01: olly
Fix isfinite() check to work with GCC6. Fixes
- https://github.com/swig/swig/issues/615 reported by jplesnik.
+ issue #615 reported by jplesnik.
2016-02-17: olly
[Python] Add missing keywords 'as' and 'with' to pythonkw.swg.
@@ -234,7 +236,7 @@ Version 3.0.9 (29 May 2016)
2016-01-12: olly
[Javascript] For v8 >= 4.3.0, use V8_MAJOR_VERSION.
- Fixes https://github.com/swig/swig/issues/561.
+ Fixes issue 561.
2016-01-10: ahnolds
Improved size_t and ptrdiff_t typemaps to support large values