Skip to content

Commit 2880ce0

Browse files
oxinaboxtimholy
authored andcommitted
update readme to reflect the fact that the new version of Revise has been released (#13)
1 parent f4eb06e commit 2880ce0

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CodeTracking
22

3-
CodeTracking is a minimal package designed to work with (a future version of)
4-
[Revise.jl](https://github.com/timholy/Revise.jl).
3+
CodeTracking is a minimal package designed to work with
4+
[Revise.jl](https://github.com/timholy/Revise.jl) (for versions after v1.1.0).
55
Its main purpose is to support packages that need to interact with code that might move
66
around as it gets edited.
77

@@ -78,8 +78,3 @@ CodeTracking is designed to be the new "query" part of Revise.jl.
7878
The aim is to have a very simple API that developers can learn in a few minutes and then
7979
incorporate into their own packages; its lightweight nature means that they potentially gain
8080
a lot of functionality without being forced to take a big hit in startup time.
81-
82-
## Status
83-
84-
If you want CodeTracking to do anything useful, currently you have to check out the `teh/codetracking`
85-
branch of Revise.

0 commit comments

Comments
 (0)