Last active
August 29, 2015 14:14
-
-
Save kasbah/b4e880f2df87b72d859b to your computer and use it in GitHub Desktop.
git log --no-merges 1.1.0..master | grep -B 5 -i fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit b0847df6e143b29d725c22f427673b193b17b450 | |
Author: Jonathan Hefner <[email protected]> | |
Date: Thu Jan 22 18:45:10 2015 -0600 | |
Fix typo and missing imports | |
-- | |
commit f2dda3b4552af69731925d78eaf37fe68f0d22f3 | |
Author: Evan Czaplicki <[email protected]> | |
Date: Thu Jan 22 11:25:51 2015 +0100 | |
Fix weird indentation | |
-- | |
commit 723aab74e2a1cbba8318146a89bf51ec77f4fd42 | |
Author: Jonathan Hefner <[email protected]> | |
Date: Wed Jan 21 17:43:53 2015 -0600 | |
Remove incorrect upcase from Char.toCode (fix #50) | |
-- | |
commit ecd89540bf23003a36a82cc8a2f41a5261bbff07 | |
Author: Aaron VonderHaar <[email protected]> | |
Date: Tue Jan 20 23:26:40 2015 -0800 | |
Fix Regex.split, and add a couple tests | |
-- | |
commit 8d39ea03e88195290952476dd237d01f196c5e2d | |
Author: Evan Czaplicki <[email protected]> | |
Date: Tue Jan 20 16:35:02 2015 +0100 | |
Fix type error | |
commit 17538721bab246ec55c6f3c20251bd96345080d5 | |
Author: Evan Czaplicki <[email protected]> | |
Date: Tue Jan 20 16:34:55 2015 +0100 | |
Fix missing imports | |
-- | |
commit 1be0cb8f8b5a9310a758a89cf226e5aec3831f4e | |
Author: jvoigtlaender <[email protected]> | |
Date: Thu Jan 15 20:04:47 2015 +0100 | |
fix export of type alias | |
-- | |
commit 507732361b8732135d3c40f434778689076bcefa | |
Author: jvoigtlaender <[email protected]> | |
Date: Thu Jan 15 17:06:35 2015 +0100 | |
fix double export | |
-- | |
commit 1704159fe6222e59bae8b1bff91b42f7687ad6f5 | |
Author: Max Goldstein <[email protected]> | |
Date: Tue Jan 13 22:15:43 2015 -0500 | |
Add `import Text` to fix runtime error. | |
Fixes #93. | |
commit 230b6b9c9c317c1a7e82aa7705c925be3f0f20e0 | |
Author: Michael Sproul <[email protected]> | |
Date: Tue Jan 13 17:42:09 2015 -0800 | |
Fix some small typos in the Text docs. | |
-- | |
Author: jvoigtlaender <[email protected]> | |
Date: Mon Jan 5 13:36:47 2015 +0100 | |
make initial timestamp unique throughout | |
... and thus also fix every/fps/fpsWhen behaviour at signal start | |
-- | |
commit 01289f1013f5ad1c6a058e5e84ac61cb7fc07dba | |
Author: jvoigtlaender <[email protected]> | |
Date: Fri Jan 2 10:50:29 2015 +0100 | |
Fix timestamp function |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment