Skip to content

Commit

Permalink
Some more changes.
Browse files Browse the repository at this point in the history
git-svn-id: svn://helios.math.rwth-aachen.de/home2/thuban/svnuser/orb/trunk/orb@366 84b55aed-c907-0410-b598-ae02b0970699
  • Loading branch information
neunhoef committed Nov 7, 2011
1 parent 6a50e07 commit e59454a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
This file describes changes in the orb package beginning from version 1.2:
===========================================================================

==========================
Changes from 3.7 -> 3.8
==========================

- Refix configure script for GAP >= 4.5.2
- Fix the documentation of TraceSchreierTreeForward and
TraceSchreierTreeBack
- Store OrbitGraph if it is computed afterwards
- Make MappingPermListList_C and friends not change things into
plain lists (keep ranges in particular)
- PermLeftQuoTransformationNC now also accepts plain lists of
integers instead of transformations

==========================
Changes from 3.6 -> 3.7:
==========================
Expand Down
1 change: 0 additions & 1 deletion gap/transform.gi
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ else
InstallGlobalFunction( MappingPermSetSet,
function(src, dst)
local l, d, out, i, j, next, k;

l:=Length(src);
if l <> Length(dst) then
Error("both arguments must be lists of the same length");
Expand Down

0 comments on commit e59454a

Please sign in to comment.